DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorFindUniqueArgs<ExtArgs>

    VanityEmbedAuthor findUnique

    type VanityEmbedAuthorFindUniqueArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: VanityEmbedAuthorInclude<ExtArgs> | null;
        omit?: VanityEmbedAuthorOmit<ExtArgs> | null;
        select?: VanityEmbedAuthorSelect<ExtArgs> | null;
        where: VanityEmbedAuthorWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the VanityEmbedAuthor

    Select specific fields to fetch from the VanityEmbedAuthor

    Filter, which VanityEmbedAuthor to fetch.