aggregate types #503
Annotations
10 errors
|
Run npm run tscheck
Property 'orderBy' of type 'OrderBy<Extract<keyof RemoveNever<{ [P in keyof T]: T[P] extends ColumnSymbols ? T[P] : never; }>, string>> | OrderBy<...>[] | undefined' is not assignable to 'string' index type '(agg: Agggregate<T>) => Filter'.
|
Run npm run tscheck
Property 'limit' of type 'number | undefined' is not assignable to 'string' index type '(agg: Agggregate<T>) => Filter'.
|
Run npm run tscheck
Property 'offset' of type 'number | undefined' is not assignable to 'string' index type '(agg: Agggregate<T>) => Filter'.
|
Run npm run tscheck
Property 'where' of type '((table: RemoveNeverFlat<{ [K in keyof T]: T[K] extends StringColumnTypeDef<infer M> ? StringColumnType<M> : T[K] extends UuidColumnTypeDef<infer M> ? UuidColumnType<...> : T[K] extends NumericColumnTypeDef<...> ? NumericColumnType<...> : T[K] extends DateColumnTypeDef<...> ? DateColumnType<...> : T[K] extends DateW...' is not assignable to 'string' index type '(agg: Agggregate<T>) => Filter'.
|
Run npm run tscheck
'infer' declarations are only permitted in the 'extends' clause of a conditional type.
|
Run npm run tscheck
'infer' declarations are only permitted in the 'extends' clause of a conditional type.
|
Run npm run tscheck
'infer' declarations are only permitted in the 'extends' clause of a conditional type.
|
Run npm run tscheck
'infer' declarations are only permitted in the 'extends' clause of a conditional type.
|
Run npm run tscheck
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading