DisBot
    Preparing search index...

    Type Alias GuildAutoPublishCreateArgs<ExtArgs>

    GuildAutoPublish create

    type GuildAutoPublishCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildAutoPublishCreateInput,
            GuildAutoPublishUncheckedCreateInput,
        >;
        include?: GuildAutoPublishInclude<ExtArgs>
        | null;
        omit?: GuildAutoPublishOmit<ExtArgs> | null;
        select?: GuildAutoPublishSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildAutoPublish.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildAutoPublish

    Select specific fields to fetch from the GuildAutoPublish