DisBot
    Preparing search index...

    Type Alias GuildModerationDeleteArgs<ExtArgs>

    GuildModeration delete

    type GuildModerationDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildModerationInclude<ExtArgs> | null;
        omit?: GuildModerationOmit<ExtArgs> | null;
        select?: GuildModerationSelect<ExtArgs> | null;
        where: GuildModerationWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildModeration

    Select specific fields to fetch from the GuildModeration

    Filter which GuildModeration to delete.