DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorUncheckedCreateNestedOneWithoutVanityEmbedsInput

    type VanityEmbedAuthorUncheckedCreateNestedOneWithoutVanityEmbedsInput = {
        connect?: VanityEmbedAuthorWhereUniqueInput;
        connectOrCreate?: VanityEmbedAuthorCreateOrConnectWithoutVanityEmbedsInput;
        create?: XOR<
            VanityEmbedAuthorCreateWithoutVanityEmbedsInput,
            VanityEmbedAuthorUncheckedCreateWithoutVanityEmbedsInput,
        >;
    }
    Index

    Properties