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[]
isFavorited: boolean