Function: isRequestSchema()
Makaio Framework / bus-core / isRequestSchema
Function: isRequestSchema()
Section titled “Function: isRequestSchema()”isRequestSchema(
schema):schema is RequestSchema
Defined in: ../../../packages/bus-core/src/utils/is-request-schema.ts:9
Type guard to check if a schema is a request schema.
Parameters
Section titled “Parameters”schema
Section titled “schema”SubjectSchema
The schema to check
Returns
Section titled “Returns”schema is RequestSchema
True if the schema is a RequestSchema, false otherwise