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

    Interface ProcessParams

    interface ProcessParams {
        path: (string | number)[];
        schemaPath: z.core.$ZodType<
            unknown,
            unknown,
            $ZodTypeInternals<unknown, unknown>,
        >[];
    }
    Index

    Properties

    Properties

    path: (string | number)[]
    schemaPath: z.core.$ZodType<
        unknown,
        unknown,
        $ZodTypeInternals<unknown, unknown>,
    >[]