mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
export interface RepositoryLoader {
|
|
updateAll(): Promise<void>;
|
|
}
|