DisBot
    Preparing search index...

    Type Alias GuildChannelLinksDefaultArgs<ExtArgs>

    GuildChannelLinks without action

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

    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