UNPKG

react-native-cos-sdk

Version:
14 lines 331 B
export type SessionQCloudCredentials = { tmpSecretId: string; tmpSecretKey: string; sessionToken: string; startTime?: number; expiredTime: number; }; export type STSCredentialScope = { action: string; region: string; bucket?: string; prefix?: string; }; //# sourceMappingURL=credentials.d.ts.map