DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonDefaultArgs<ExtArgs>

    DiscordGuildAddon without action

    type DiscordGuildAddonDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: DiscordGuildAddonInclude<ExtArgs> | null;
        omit?: DiscordGuildAddonOmit<ExtArgs> | null;
        select?: DiscordGuildAddonSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the DiscordGuildAddon

    Select specific fields to fetch from the DiscordGuildAddon