Skip to content

Commit

Permalink
fix: ParsedAttributes ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
NimmLor authored Dec 6, 2021
1 parent ac37ad1 commit 4b57bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ type InferMappedAttributes<
AttributeName extends A.Key
> = O.SelectKeys<Definitions, [AttributeName, any, any?]>

interface ParsedAttributes<Attributes extends A.Key = A.Key> {
export interface ParsedAttributes<Attributes extends A.Key = A.Key> {
aliases: Attributes
all: Attributes
default: Attributes
Expand Down

0 comments on commit 4b57bb8

Please sign in to comment.