Page Contents
Home > @loopback/rest > RequestBody
RequestBody type
Request body with metadata
Signature:
export type RequestBody = {
value: any | undefined;
coercionRequired?: boolean;
mediaType?: string;
schema?: SchemaObject | ReferenceObject;
};