Skip to content

Commit

Permalink
feat(typings): Fix expiringRequirements on PlacementCredentialDetail (#…
Browse files Browse the repository at this point in the history
…170)

Changing type from Date to number
  • Loading branch information
davidkbh authored Jun 21, 2023
1 parent 339e157 commit 5ce1edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13961,7 +13961,7 @@ export interface PlacementCredentialDetail {
id?: number;
credentialSpecialistUser?: CorporateUser;
documentDeadline?: Date;
expiringRequirements?: Date;
expiringRequirements?: number;
placement?: Placement;
incomplete?: number;
requirementCompleted?: number;
Expand Down

0 comments on commit 5ce1edc

Please sign in to comment.