refactor(recruiting): add rootDnaId to disable and compete API payloads
This commit is contained in:
parent
7d1bfd33ff
commit
baadd296cb
5 changed files with 27 additions and 9 deletions
|
|
@ -45,6 +45,7 @@ interface RequestPeriodCompete {
|
|||
order: number;
|
||||
year: number;
|
||||
announcementDate: string | null;
|
||||
rootDnaId: string;
|
||||
}
|
||||
|
||||
interface RequestPeriodDisable {
|
||||
|
|
@ -63,6 +64,7 @@ interface RequestPeriodDisable {
|
|||
round: number;
|
||||
year: number;
|
||||
announcementDate: string | null;
|
||||
rootDnaId: string;
|
||||
}
|
||||
|
||||
interface RequestPosition {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue