DisBot
    Preparing search index...

    Type Alias GuildAutoPublishFindUniqueOrThrowArgs<ExtArgs>

    GuildAutoPublish findUniqueOrThrow

    type GuildAutoPublishFindUniqueOrThrowArgs<
        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 fetch.