@karmaniverous/get-dotenv
    Preparing search index...

    Type Alias DefineSpec

    DefineSpec: Omit<GetDotenvCliPlugin, "children" | "use"> & {
        children?: GetDotenvCliPlugin[];
    }

    Public spec type for defining a plugin with optional children. Exported to ensure TypeDoc links and navigation resolve correctly.