DisBot
    Preparing search index...

    Type Alias GuildAutoPublishDeleteArgs<ExtArgs>

    GuildAutoPublish delete

    type GuildAutoPublishDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildAutoPublishInclude<ExtArgs> | null;
        omit?: GuildAutoPublishOmit<ExtArgs> | null;
        select?: GuildAutoPublishSelect<ExtArgs> | null;
        where: GuildAutoPublishWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoPublish

    Select specific fields to fetch from the GuildAutoPublish

    Filter which GuildAutoPublish to delete.