import { Scope, Scope__Output } from '../core/Scope';

interface ListScopesResponse {
    'scopes'?: (Scope)[];
    'nextPageToken'?: (string);
}
interface ListScopesResponse__Output {
    'scopes': (Scope__Output)[];
    'nextPageToken': (string);
}

export { ListScopesResponse, ListScopesResponse__Output };
