mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-02 04:49:05 +00:00
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
export interface IAdapter {
|
|
shutdown: () => Promise<void>;
|
|
}
|