export interface ICreateAccountResponseDTO { account: { id: string; }; }