UNPKG

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