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

    Interface $ZodIssueInvalidType<Input>

    interface $ZodIssueInvalidType<Input = unknown> {
        code: "invalid_type";
        expected: $ZodInvalidTypeExpected;
        input?: Input;
        message: string;
        path: PropertyKey[];
    }

    Type Parameters

    • Input = unknown

    Hierarchy (View Summary)

    Index

    Properties

    code: "invalid_type"
    input?: Input
    message: string
    path: PropertyKey[]