Type Alias UserTag

An array of user-supplied tags

type UserTag = {
    id?: string;
    name?: string;
}
Index

Properties

Properties

id?: string

The id of the tag in Collections

name?: string