Type Alias TSCheckWhiteList

TSCheckWhiteList: WhiteListInfo<{
    md5: string;
    tscodes: {
        [code: number]: number;
    };
}>