DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupCreateArgs<ExtArgs>

    GuildWelcomeSetup create

    type GuildWelcomeSetupCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildWelcomeSetupCreateInput,
            GuildWelcomeSetupUncheckedCreateInput,
        >;
        include?: GuildWelcomeSetupInclude<ExtArgs>
        | null;
        omit?: GuildWelcomeSetupOmit<ExtArgs> | null;
        select?: GuildWelcomeSetupSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildWelcomeSetup.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildWelcomeSetup

    Select specific fields to fetch from the GuildWelcomeSetup