Files
ontime/apps/server/src/adapters/IAdapter.ts
T
2026-03-17 20:11:45 +01:00

4 lines
63 B
TypeScript

export interface IAdapter {
shutdown: () => Promise<void>;
}