UNPKG

96 BTypeScriptView Raw
1export declare class Signature {
2 expiresIn?: number;
3 token: string;
4 type: string;
5}