ReDev1L
ReDev1L
PPrisma
Created by ReDev1L on 1/29/2025 in #help-and-questions
Property '[PrivateResultType]' is missing in type 'TypedSql<Parameters, Result>'
still error even if u remove type. this type has PrivateResultType symbol:
export declare class TypedSql<Values extends readonly unknown[], Result> {
[PrivateResultType]: Result;
constructor(sql: string, values: Values);
get sql(): string;
get values(): Values;
}
export declare class TypedSql<Values extends readonly unknown[], Result> {
[PrivateResultType]: Result;
constructor(sql: string, values: Values);
get sql(): string;
get values(): Values;
}
5 replies