Skip to content

Commit

Permalink
fix: allow arbitrary properties on flag (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Jan 24, 2022
1 parent f33ea7a commit 3eacd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type FlagSchemaBase<TF> = {
```
*/
alias?: string;
};
} & Record<PropertyKey, unknown>;

type FlagSchemaDefault<TF, DefaultType = any> = FlagSchemaBase<TF> & {
/**
Expand Down

0 comments on commit 3eacd35

Please sign in to comment.