export interface ClientRemoveContent { client: { /** The client ID */ id: string; }; } //# sourceMappingURL=ClientRemoveContent.d.ts.map