Beignet API reference
    Preparing search index...

    Type Alias AnyProviderConfigSchema<Output>

    AnyProviderConfigSchema: StandardSchemaV1<any, Output>

    A provider configuration schema whose concrete validation library and input shape are intentionally erased while its validated output may stay typed.

    Reusable provider packages use this in their named provider return types so internal Zod schemas do not become part of the package's public API.

    Type Parameters

    • Output = any