Type Alias DropGameFindUniqueOrThrowArgs<ExtArgs>

DropGameFindUniqueOrThrowArgs<ExtArgs>: {
    include?: DropGameInclude<ExtArgs> | null;
    omit?: DropGameOmit<ExtArgs> | null;
    select?: DropGameSelect<ExtArgs> | null;
    where: DropGameWhereUniqueInput;
}

DropGame findUniqueOrThrow

Type Parameters

Type declaration