Skip to content

Cerces


Cerces / types / BodyParameter

Type Alias: BodyParameter<S>

BodyParameter<S> = RouteParameter<S> & object

Defined in: src/types.ts:77

Type Declaration

location

location: "body"

schema

schema: S

options

options: object

options.mediaType

mediaType: string

Type Parameters

S

S extends z.ZodType