Skip to content

Type Alias: HttpMethod

ts
type HttpMethod = z.infer<typeof httpMethodSchema>;

Defined in: src/core/schemas/httpMethod.ts:5