Skip to content

Commit

Permalink
removed external_id from models
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Oct 26, 2023
1 parent df999e3 commit cbd67b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Components/Resource/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { PerformedByModel } from "../HCX/misc";
export interface IComment {
id: string;
created_by_object: PerformedByModel;
external_id: string;
created_date: string;
modified_date: string;
comment: string;
Expand All @@ -18,8 +17,6 @@ export interface IResource {
origin_facility_object: {
name: string;
};
external_id: string;

approving_facility_object: {
name: string;
};
Expand Down

0 comments on commit cbd67b4

Please sign in to comment.