Type Alias KSRoleWithUsersCreateOrConnectWithoutKickStreamerInput

KSRoleWithUsersCreateOrConnectWithoutKickStreamerInput: {
    create: XOR<KSRoleWithUsersCreateWithoutKickStreamerInput, KSRoleWithUsersUncheckedCreateWithoutKickStreamerInput>;
    where: KSRoleWithUsersWhereUniqueInput;
}