@karmaniverous/smoz
    Preparing search index...

    Interface GlobalEnvConfig<GlobalParamsSchema, StageParamsSchema>

    Environment configuration bounds for an application.

    interface GlobalEnvConfig<
        GlobalParamsSchema extends ZodObject<ZodRawShape>,
        StageParamsSchema extends ZodObject<ZodRawShape>,
    > {
        global: EnvSchemaNode<GlobalParamsSchema>;
        stage: EnvSchemaNode<StageParamsSchema>;
    }

    Type Parameters

    • GlobalParamsSchema extends ZodObject<ZodRawShape>

      Global params schema

    • StageParamsSchema extends ZodObject<ZodRawShape>

      Per‑stage params schema

    Hierarchy (View Summary)

    Index

    Properties

    Properties