KSGiftedSubRoleUpdateInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    giftedSubs?: IntFieldUpdateOperationsInput | number;
    kickStreamer?: KickStreamerUpdateOneWithoutGiftedSubRolesNestedInput;
    roleId?: StringFieldUpdateOperationsInput | string;
}