Interface SetBestiesInput

interface SetBestiesInput {
    add?: (string | number)[];
    blockOnEmptyThreadCreation?: boolean;
    module?: AndroidNavModule;
    remove?: (string | number)[];
    source?: string;
}

Properties

add?: (string | number)[]
blockOnEmptyThreadCreation?: boolean
module?: AndroidNavModule
remove?: (string | number)[]
source?: string