TeaSpeak-Client/imports/shared-app/ui/modal/whats-new/Controller.d.ts

6 lines
177 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
import { ChangeLog } from "tc-shared/update/ChangeLog";
export declare function spawnUpdatedModal(changes: {
changesUI?: ChangeLog;
changesClient?: ChangeLog;
}): void;