export interface AccountApiClientEntity { id: string; secret: string; }