ts-lambda-api - v2.5.3
    Preparing search index...

    Type Alias $SchemaRef

    $SchemaRef: $Schema | (() => $Schema)

    A schema "reference" is either a schema or a function that provides a schema. This is useful for lazy loading, and to allow code generation to define schema out of dependency order.