DisBot
    Preparing search index...

    Type Alias LevelRolesFindUniqueOrThrowArgs<ExtArgs>

    LevelRoles findUniqueOrThrow

    type LevelRolesFindUniqueOrThrowArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: LevelRolesInclude<ExtArgs> | null;
        omit?: LevelRolesOmit<ExtArgs> | null;
        select?: LevelRolesSelect<ExtArgs> | null;
        where: LevelRolesWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    include?: LevelRolesInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: LevelRolesOmit<ExtArgs> | null

    Omit specific fields from the LevelRoles

    select?: LevelRolesSelect<ExtArgs> | null

    Select specific fields to fetch from the LevelRoles

    Filter, which LevelRoles to fetch.