Interface FaveSetTagsParams

interface FaveSetTagsParams {
    item_id?: number;
    item_owner_id?: number;
    item_type?: "link" | "product" | "clip" | "page" | "article" | "video" | "podcast" | "game" | "mini_app" | "post" | "narrative" | "youla_product";
    link_id?: string;
    link_url?: string;
    tag_ids?: number | number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

item_id?: number
item_owner_id?: number
item_type?: "link" | "product" | "clip" | "page" | "article" | "video" | "podcast" | "game" | "mini_app" | "post" | "narrative" | "youla_product"
link_id?: string
link_url?: string
tag_ids?: number | number[]

Generated using TypeDoc