Skip to content

Commit

Permalink
Merge branch 'symbol-key' of https://github.com/ntucker/normalizr int…
Browse files Browse the repository at this point in the history
…o ntucker-symbol-key
  • Loading branch information
paularmstrong committed May 29, 2019
2 parents 4cff8af + 4d94a0d commit 6a8f96c
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 @@ -15,7 +15,7 @@ declare namespace schema {
}

export class Entity {
constructor(key: string, definition?: Schema, options?: EntityOptions)
constructor(key: string | symbol, definition?: Schema, options?: EntityOptions)
define(definition: Schema): void
key: string
}
Expand Down

0 comments on commit 6a8f96c

Please sign in to comment.