@scalar/api-client
Version:
the open source API testing client
16 lines • 741 B
TypeScript
import type { OAuthFlow } from '@scalar/workspace-store/schemas/v3.1/strict/oauth-flow';
type __VLS_Props = {
flow: OAuthFlow;
selectedScopes: string[];
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:selectedScopes": (payload: {
scopes: string[];
}) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onUpdate:selectedScopes"?: ((payload: {
scopes: string[];
}) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=OAuthScopesInput.vue.d.ts.map