DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonCreateArgs<ExtArgs>

    DiscordGuildAddon create

    type DiscordGuildAddonCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            DiscordGuildAddonCreateInput,
            DiscordGuildAddonUncheckedCreateInput,
        >;
        include?: DiscordGuildAddonInclude<ExtArgs>
        | null;
        omit?: DiscordGuildAddonOmit<ExtArgs> | null;
        select?: DiscordGuildAddonSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a DiscordGuildAddon.

    Choose, which related nodes to fetch as well

    Omit specific fields from the DiscordGuildAddon

    Select specific fields to fetch from the DiscordGuildAddon