Temporal Utils by Ian Macalinao
    Preparing search index...

    Type Alias TemporalJsonSchemaInterceptor

    TemporalJsonSchemaInterceptor: NonNullable<
        ZodToJsonSchemaConverterOptions["interceptors"],
    >[number]

    An interceptor accepted by oRPC's ZodToJsonSchemaConverter.

    Derived from oRPC's own options type rather than restated, so it tracks upstream: a change to the interceptor signature is a type error here instead of a runtime surprise.