Type Alias KSCustomMessageCreateOrConnectWithoutKickStreamerInput

KSCustomMessageCreateOrConnectWithoutKickStreamerInput: {
    create: XOR<KSCustomMessageCreateWithoutKickStreamerInput, KSCustomMessageUncheckedCreateWithoutKickStreamerInput>;
    where: KSCustomMessageWhereUniqueInput;
}