DisBot
    Preparing search index...

    Type Alias Guilds$AutoPublishArgs<ExtArgs>

    Guilds.AutoPublish

    type Guilds$AutoPublishArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildAutoPublishInclude<ExtArgs> | null;
        omit?: GuildAutoPublishOmit<ExtArgs> | null;
        select?: GuildAutoPublishSelect<ExtArgs> | null;
        where?: GuildAutoPublishWhereInput;
    }

    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