Files
core_ng/@strpc/def/src/index.ts
T
2023-09-22 20:32:41 +09:00

23 lines
384 B
TypeScript

export type {
HttpMethod,
RawArgType,
DefAPINamespace,
APICompatType,
ValidResponse,
InvalidResponse,
recoveryMethod,
InferResponse,
InferError,
InferQuery,
} from './types.js';
export {
type APITail,
GET,
POST,
PUT,
DELETE,
PATCH,
HEAD,
} from './tail.js';
export { clientAPIPathGen } from './clientAPIPathGen.js';