Type Alias KSGiftedSubRoleUpdateWithoutKickStreamerInput

KSGiftedSubRoleUpdateWithoutKickStreamerInput: {
    dbId?: StringFieldUpdateOperationsInput | string;
    giftedSubs?: IntFieldUpdateOperationsInput | number;
    roleId?: StringFieldUpdateOperationsInput | string;
}