Type Alias TWSCustomMessageCreateNestedOneWithoutEmbedInput

TWSCustomMessageCreateNestedOneWithoutEmbedInput: {
    connect?: TWSCustomMessageWhereUniqueInput;
    connectOrCreate?: TWSCustomMessageCreateOrConnectWithoutEmbedInput;
    create?: XOR<TWSCustomMessageCreateWithoutEmbedInput, TWSCustomMessageUncheckedCreateWithoutEmbedInput>;
}