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