DisBot
    Preparing search index...

    Type Alias Guilds$GuildLeaveSetupArgs<ExtArgs>

    Guilds.GuildLeaveSetup

    type Guilds$GuildLeaveSetupArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildLeaveSetupInclude<ExtArgs> | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        select?: GuildLeaveSetupSelect<ExtArgs> | null;
        where?: GuildLeaveSetupWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildLeaveSetup

    Select specific fields to fetch from the GuildLeaveSetup