Plumile JS API
    Preparing search index...

    Type Alias SchemaOf<R>

    SchemaOf: R extends { querySchema?: infer S }
        ? S extends Schema ? S : undefined
        : undefined

    Extract schema from a route (undefined if absent)

    Type Parameters

    • R