Type Alias RSCustomMessageCreateOrConnectWithoutEmbedInput

RSCustomMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<RSCustomMessageCreateWithoutEmbedInput, RSCustomMessageUncheckedCreateWithoutEmbedInput>;
    where: RSCustomMessageWhereUniqueInput;
}