Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jan 24, 2019
1 parent d854fe2 commit 99acce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type Schema =
schema.Values[] |
{[key: string]: Schema | Schema[]};

export interface NormalizedSchema<E, R> = { entities: E, result: R };
export type NormalizedSchema<E, R> = { entities: E, result: R };

export function normalize<E = any, R = any>(
data: any,
Expand Down

0 comments on commit 99acce3

Please sign in to comment.