Type Alias KSGiftedSubRoleUncheckedCreateInput

KSGiftedSubRoleUncheckedCreateInput: {
    dbId?: string;
    giftedSubs: number;
    kickStreamerId: string;
    roleId: string;
}