Type alias QuickBaseResponseRemoveSubgroupsFromGroup

QuickBaseResponseRemoveSubgroupsFromGroup: {
    failure: string[];
    success: string[];
}

Type declaration

  • failure: string[]

    A list of child groups that couldn’t be removed from the group. This includes a list of IDs that represent invalid groups.

  • success: string[]

    A list of child groups that have been removed from the group successfully.

Generated using TypeDoc