Skip to content

Commit

Permalink
Add missing types to FieldSet interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Ciąćka committed Sep 19, 2021
1 parent 47b5ae5 commit e6b7cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/field_set.ts
Expand Up @@ -10,5 +10,7 @@ export interface FieldSet {
| Collaborator
| ReadonlyArray<Collaborator>
| ReadonlyArray<string>
| ReadonlyArray<number>
| ReadonlyArray<boolean>
| ReadonlyArray<Attachment>;
}

0 comments on commit e6b7cff

Please sign in to comment.