@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias AllowedFileType

    AllowedFileType:
        | { kind: "extension"; value: string }
        | { kind: "mime"; value: string }

    A single allowed-type entry used by AllowedFileTypes.

    • extension — matches by lower-case file extension (no leading dot).
    • mime — matches by MIME type string; the subtype may be * for wildcard matching (e.g. image/*).