import type { IUser } from '@growi/core'; export type EditingClient = Pick & Partial> & { clientId: number; userId?: string; color: string; colorLight: string; };