DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupFindUniqueArgs<ExtArgs>

    GuildLeaveSetup findUnique

    type GuildLeaveSetupFindUniqueArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildLeaveSetupInclude<ExtArgs> | null;
        omit?: GuildLeaveSetupOmit<ExtArgs> | null;
        select?: GuildLeaveSetupSelect<ExtArgs> | null;
        where: GuildLeaveSetupWhereUniqueInput;
    }

    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

    Filter, which GuildLeaveSetup to fetch.