UNPKG

@furystack/rest

Version:
8 lines 216 B
/** DELETE-by-id endpoint contract. */ export type DeleteEndpoint<T, TPrimaryKey extends keyof T> = { url: { id: T[TPrimaryKey]; }; result: object; }; //# sourceMappingURL=delete-endpoint.d.ts.map