export interface RequestDriverCreateOrUpdate { name: string; mobile: string; password?: string; operationCenter?: string; vehicle?: string; }