Type Alias KSMessageEmbedCreateNestedOneWithoutFieldsInput

KSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: KSMessageEmbedWhereUniqueInput;
    connectOrCreate?: KSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<KSMessageEmbedCreateWithoutFieldsInput, KSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}