@scalar/api-client
Version:
the open source API testing client
6 lines • 364 B
TypeScript
import type { Collection, Operation } from '@scalar/oas-utils/entities/spec';
/**
* Checks if the user gets the getting started state displayed
*/
export declare const isGettingStarted: (activeWorkspaceCollections: Collection[], activeWorkspaceRequests: Operation["uid"][], requests: Record<string, any>) => boolean;
//# sourceMappingURL=getting-started.d.ts.map