We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec20be8 commit d397298Copy full SHA for d397298
src/frontend/packages/store/src/normalizr/normalizr.d.ts
@@ -1,3 +1,4 @@
1
+/* tslint:disable */
2
declare namespace schema {
3
export type StrategyFunction<T> = (value: any, parent: any, key: string) => T;
4
export type SchemaFunction = (value: any, parent: any, key: string) => string;
0 commit comments