UNPKG

@furystack/rest

Version:
6 lines (5 loc) 151 B
/** DELETE-by-id endpoint contract. */ export type DeleteEndpoint<T, TPrimaryKey extends keyof T> = { url: { id: T[TPrimaryKey] } result: object }