DisBot
    Preparing search index...

    Type Alias DisBotCreateArgs<ExtArgs>

    DisBot create

    type DisBotCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<DisBotCreateInput, DisBotUncheckedCreateInput>;
        omit?: DisBotOmit<ExtArgs> | null;
        select?: DisBotSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data needed to create a DisBot.

    omit?: DisBotOmit<ExtArgs> | null

    Omit specific fields from the DisBot

    select?: DisBotSelect<ExtArgs> | null

    Select specific fields to fetch from the DisBot