Skip to content

Variable: ResourcefulBinaryType

ts
const ResourcefulBinaryType: CallableNewable<
  ResourcefulBinaryTypeOptions,
  BaseClass
>;

Callable constructor for creating validated binary type instances. Automatically sets the OpenAPI format to 'binary' for base64-encoded binary data.

See

OpenAPI 3.0 String Type