@karmaniverous/smoz
    Preparing search index...

    Interface EnvSchemaNode<Schema>

    For wrapper input: schema + envKeys.

    interface EnvSchemaNode<Schema extends ZodObject<ZodRawShape>> {
        envKeys: readonly (keyof output<Schema>)[];
        paramsSchema: Schema;
    }

    Type Parameters

    • Schema extends ZodObject<ZodRawShape>

    Hierarchy (View Summary)

    Index

    Properties

    envKeys: readonly (keyof output<Schema>)[]
    paramsSchema: Schema