export interface AdAccountUserFields { id: string; name: string; tasks: string[]; }