DisBot
    Preparing search index...

    Type Alias DisBotDefaultArgs<ExtArgs>

    DisBot without action

    type DisBotDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        omit?: DisBotOmit<ExtArgs> | null;
        select?: DisBotSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Properties

    omit?: DisBotOmit<ExtArgs> | null

    Omit specific fields from the DisBot

    select?: DisBotSelect<ExtArgs> | null

    Select specific fields to fetch from the DisBot