@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias AppFindUniqueOrThrowArgs<ExtArgs>

    App findUniqueOrThrow

    type AppFindUniqueOrThrowArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        include?: AppInclude<ExtArgs>
        | null;
        omit?: AppOmit<ExtArgs> | null;
        select?: AppSelect<ExtArgs> | null;
        where: AppWhereUniqueInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    include?: AppInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: AppOmit<ExtArgs> | null

    Omit specific fields from the App

    select?: AppSelect<ExtArgs> | null

    Select specific fields to fetch from the App

    Filter, which App to fetch.