DisBot
    Preparing search index...

    Type Alias GuildChannelLinksFindUniqueArgs<ExtArgs>

    GuildChannelLinks findUnique

    type GuildChannelLinksFindUniqueArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildChannelLinksInclude<ExtArgs> | null;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        select?: GuildChannelLinksSelect<ExtArgs> | null;
        where: GuildChannelLinksWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildChannelLinks

    Select specific fields to fetch from the GuildChannelLinks

    Filter, which GuildChannelLinks to fetch.