DisBot
    Preparing search index...

    Type Alias DisBotFindUniqueArgs<ExtArgs>

    DisBot findUnique

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

    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

    Filter, which DisBot to fetch.