DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonFindUniqueOrThrowArgs<ExtArgs>

    DiscordGuildAddon findUniqueOrThrow

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

    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

    Filter, which DiscordGuildAddon to fetch.