export interface IApiSecretKey {
    id?: string;
    tenantId?: string;
    extensionId?: string;
    createdAt?: Date;
}
