UNPKG

@khulnasoft.com/dev-tools

Version:

Development tools for Khulnasoft CMS integration

4 lines (3 loc) 405 B
import { type DevToolsServerContext, type ConnectedKhulnasoft, type ValidatedKhulnasoft, type SPACE_KIND_VALUES } from "../types"; export declare function connectKhulnasoft(ctx: DevToolsServerContext, publicApiKey: string, privateAuthKey: string, kind: SPACE_KIND_VALUES): Promise<ConnectedKhulnasoft>; export declare function validateKhulnasoft(ctx: DevToolsServerContext): Promise<ValidatedKhulnasoft>;