UNPKG

391 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminTeamsOwnersListResponse = WebAPICallResult & {
3 error?: string;
4 needed?: string;
5 ok?: boolean;
6 owner_ids?: string[];
7 provided?: string;
8 response_metadata?: ResponseMetadata;
9};
10export interface ResponseMetadata {
11 next_cursor?: string;
12}
13//# sourceMappingURL=AdminTeamsOwnersListResponse.d.ts.map
\No newline at end of file