Type Alias TWSCustomMessageCreateOrConnectWithoutEmbedInput

TWSCustomMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<TWSCustomMessageCreateWithoutEmbedInput, TWSCustomMessageUncheckedCreateWithoutEmbedInput>;
    where: TWSCustomMessageWhereUniqueInput;
}