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

    Type Alias JSONType

    JSONType:
        | string
        | number
        | boolean
        | null
        | z.JSONType[]
        | { [key: string]: z.JSONType }