UNPKG

attio-js

Version:

Developer-friendly & type-safe JS/TS SDK based on the official OpenAPI spec of Attio.

5 lines 236 B
export type Params = Partial<Record<string, string | number>>; export declare function pathToFunc(pathPattern: string, options?: { charEncoding?: "percent" | "none"; }): (params?: Params) => string; //# sourceMappingURL=url.d.ts.map