Type Alias CSMessageEmbedCreateNestedOneWithoutFieldsInput

CSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: CSMessageEmbedWhereUniqueInput;
    connectOrCreate?: CSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<CSMessageEmbedCreateWithoutFieldsInput, CSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}