export interface Credential { id?: string | null; spaceId?: string | null; name?: string | null; providerId?: string | null; apiKey?: string | null; createdAt: Date; createdBy: string; updatedAt?: Date | null; updatedBy?: string | null; deletedAt?: Date | null; deletedBy?: string | null; }