interface ITagMetadata {
    order?: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

order?: number