Interface BestiesSetMemberInput

interface BestiesSetMemberInput {
    action: "add" | "remove";
    source?: "story_share_sheet" | "settings";
    userId: string;
}

Properties

Properties

action: "add" | "remove"
source?: "story_share_sheet" | "settings"

The place of the app from where you are doing this operation

settings
userId: string