DisBot
    Preparing search index...

    Type Alias ModerationScoutFormsDeleteArgs<ExtArgs>

    ModerationScoutForms delete

    type ModerationScoutFormsDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: ModerationScoutFormsInclude<ExtArgs> | null;
        omit?: ModerationScoutFormsOmit<ExtArgs> | null;
        select?: ModerationScoutFormsSelect<ExtArgs> | null;
        where: ModerationScoutFormsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the ModerationScoutForms

    Select specific fields to fetch from the ModerationScoutForms

    Filter which ModerationScoutForms to delete.