Type Alias KSGiftedSubRoleCreateOrConnectWithoutKickStreamerInput

KSGiftedSubRoleCreateOrConnectWithoutKickStreamerInput: {
    create: XOR<KSGiftedSubRoleCreateWithoutKickStreamerInput, KSGiftedSubRoleUncheckedCreateWithoutKickStreamerInput>;
    where: KSGiftedSubRoleWhereUniqueInput;
}