mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-19 04:55:19 +00:00
feat: report on unlinking progress
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
export interface ZoneUnlinkProgressDto {
|
||||
zoneName: string;
|
||||
percentage: number;
|
||||
}
|
||||
|
||||
export interface UnlinkingBinds {
|
||||
unlinkZone(zoneName: string): Promise<void>;
|
||||
}
|
||||
|
||||
export interface UnlinkingEventMap {
|
||||
zoneUnlinkProgress: ZoneUnlinkProgressDto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user