English
export interface ClientMembers { id: string; name: string; logoUrl: string | null; description: string | null; metadata: { [key: string]: string } | null; }
Show Parameters
Was this page helpful?