Files
update_field_api/node_modules/@arco/clarizen-lib/dist/endpoints.d.ts
T
2026-06-09 18:35:55 -03:00

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