UNPKG

129 BTypeScriptView Raw
1export interface IApiSecretKey {
2 id?: string;
3 tenantId?: string;
4 extensionId?: string;
5 createdAt?: Date;
6}