3 lines
127 B
TypeScript
Raw Normal View History

export function genTestUserSig({ SDKAppID: number, secretKey: string, userID: string }): any;
export const EXPIRETIME: number;