Type Alias ItemTagResponseBody

Holds basic information about a tag or collection.

type ItemTagResponseBody = {
    id: string;
    name: string;
}
Index

Properties

Properties

id: string

The ID of the tag/collection.

name: string

The name of the tag/collection.