export interface ICreateAccountDTO { email: string; password: string; roles: string[]; }