export interface RequestUserCreateOrUpdate { status?: boolean; employee?: string; customerUser?: string; permissions: string[]; }