Type Alias CollectionsAddCollectionItemRequestBody

type CollectionsAddCollectionItemRequestBody = {
    id: string;
}
Index
id: string

The item's unique identifier.