DisBot
    Preparing search index...

    Type Alias GuildsCreateArgs<ExtArgs>

    Guilds create

    type GuildsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GuildsCreateInput, GuildsUncheckedCreateInput>;
        include?: GuildsInclude<ExtArgs> | null;
        omit?: GuildsOmit<ExtArgs> | null;
        select?: GuildsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a Guilds.

    include?: GuildsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildsOmit<ExtArgs> | null

    Omit specific fields from the Guilds

    select?: GuildsSelect<ExtArgs> | null

    Select specific fields to fetch from the Guilds