Type Alias ItemMetaResponseBody

Item metadata and computed fields.

type ItemMetaResponseBody = {
    actions: string[];
    collections: ItemTagResponseBody[];
    isFavorited: boolean;
    tags: ItemTagResponseBody[];
}
Index

Properties

actions: string[]

The actions that the user can perform on the item.

collections: ItemTagResponseBody[]

An array of collections that the item is part of.

isFavorited: boolean

The flag that indicates if item is in the user's favorites collection.

An array of tags that the item is part of.