Skip to content

Commit

Permalink
file.external_identifer can be an array of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
iisa committed Aug 18, 2022
1 parent 14573ed commit 5f4c2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class File {
: undefined;
}

get external_identifier(): string | undefined {
get external_identifier(): string | string[] | undefined {
return this.rawValue.external_identifier;
}

Expand Down

0 comments on commit 5f4c2e6

Please sign in to comment.