Skip to content

Workery


Workery / types / BodyParameter

Type Alias: BodyParameter<S>

BodyParameter<S> = RouteParameter<S> & object

Defined in: src/types.ts:68

Type declaration

location

location: "body"

schema

schema: S

options

options: object

options.mediaType

mediaType: string

Type Parameters

S

S extends z.ZodType