Type Alias Sig

Sig: {
    nt_captcha: NTCAPTCHA | null;
    nt_session: NTSession | null;
    rkey_info: {
        [type: number]: RkeyInfo;
    };
    tlvs: Record<number, Buffer>;
    [key: string]: any;
} & Record<string, any>