DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupDefaultArgs<ExtArgs>

    GuildWelcomeSetup without action

    type GuildWelcomeSetupDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildWelcomeSetupInclude<ExtArgs> | null;
        omit?: GuildWelcomeSetupOmit<ExtArgs> | null;
        select?: GuildWelcomeSetupSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildWelcomeSetup

    Select specific fields to fetch from the GuildWelcomeSetup