UNPKG

398 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminWorkflowsCollaboratorsRemoveResponse = WebAPICallResult & {
3 error?: string;
4 errors?: Error[];
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8};
9export interface Error {
10 message?: string;
11 user?: string;
12 workflow?: string;
13}
14//# sourceMappingURL=AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map
\No newline at end of file