DisBot
    Preparing search index...

    Type Alias ModerationScoutFormsCreateArgs<ExtArgs>

    ModerationScoutForms create

    type ModerationScoutFormsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            ModerationScoutFormsCreateInput,
            ModerationScoutFormsUncheckedCreateInput,
        >;
        include?: ModerationScoutFormsInclude<ExtArgs>
        | null;
        omit?: ModerationScoutFormsOmit<ExtArgs> | null;
        select?: ModerationScoutFormsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a ModerationScoutForms.

    Choose, which related nodes to fetch as well

    Omit specific fields from the ModerationScoutForms

    Select specific fields to fetch from the ModerationScoutForms