interface-forge - v2.5.0
    Preparing search index...

    Interface $ZodCheckMimeTypeDef

    interface $ZodCheckMimeTypeDef {
        abort?: boolean;
        check: "mime_type";
        error?: $ZodErrorMap<never>;
        mime: MimeTypes[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    abort?: boolean

    If true, no later checks will be executed if this check fails. Default false.

    check: "mime_type"
    error?: $ZodErrorMap<never>
    mime: MimeTypes[]