export type EditingClient = { clientId: number; name: string; userId?: string; color: string; colorLight: string; }