Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
types(department): add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 22, 2022
1 parent 1de1d25 commit 3d6b164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shareable/types/documents/department.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface DepartmentAttributes<T extends Format = "serialized"> extends A
fullName: string,
acronym: string,
mayAdmit: boolean
deletedAt: (T extends "serialized" ? string : Date)|null
}

export type DepartmentResource<T extends Completeness = "read"> = Resource<
Expand Down

0 comments on commit 3d6b164

Please sign in to comment.