Umi — API References - v1.3.0
    Preparing search index...

    Type Alias GenericFileTag

    Represent a custom tag that can be attached to a file.

    type GenericFileTag = {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    value: string