DisBot
    Preparing search index...

    Type Alias VanitysCreateArgs<ExtArgs>

    Vanitys create

    type VanitysCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<VanitysCreateInput, VanitysUncheckedCreateInput>;
        include?: VanitysInclude<ExtArgs> | null;
        omit?: VanitysOmit<ExtArgs> | null;
        select?: VanitysSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a Vanitys.

    include?: VanitysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: VanitysOmit<ExtArgs> | null

    Omit specific fields from the Vanitys

    select?: VanitysSelect<ExtArgs> | null

    Select specific fields to fetch from the Vanitys