fix: complete logical clock wall-time isolation
This commit is contained in:
@@ -7,6 +7,7 @@ export type ChiefResponse = {
|
||||
month: number;
|
||||
turnTerm: number;
|
||||
date: string;
|
||||
clockMode: "realtime" | "manual";
|
||||
chiefList: Record<
|
||||
number,
|
||||
{
|
||||
@@ -28,4 +29,4 @@ export type ChiefResponse = {
|
||||
}[];
|
||||
mapName: string,
|
||||
unitSet: string,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user