AniLink - v1.29.2
    Preparing search index...

    ToggleActivityPinMutation is an interface representing the variables to pin an activity. It includes id and pinned.

    interface ToggleActivityPinVariables {
        asHtml?: boolean;
        id: number;
        pinned?: boolean;
    }
    Index
    asHtml?: boolean

    asHtml is a boolean representing whether the activity descriptions is in HTML format.

    id: number

    id is a number representing the id of the activity.

    pinned?: boolean

    pinned is a boolean representing whether the activity is pinned.