5 lines
332 B
TypeScript
5 lines
332 B
TypeScript
|
|
import type { EndpointDefinition } from "./types.js";
|
||
|
|
export declare const ENDPOINTS: EndpointDefinition[];
|
||
|
|
export declare const NAMESPACES: readonly ["applications", "authentication", "bulk", "data", "files", "metadata", "utils"];
|
||
|
|
export type ClarizenNamespace = (typeof NAMESPACES)[number];
|
||
|
|
//# sourceMappingURL=endpoints.d.ts.map
|