Interface LikesAddParams

interface LikesAddParams {
    access_key?: string;
    item_id: number;
    owner_id?: number;
    type?: LikesType;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key?: string

Access key required for an object owned by a private entity.

item_id: number

Object ID.

owner_id?: number

ID of the user or community that owns the object.

type?: LikesType

Generated using TypeDoc