6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { DependencyContainer } from "./tsyringe";
|
|
|
|
export interface IPostDBLoadModAsync
|
|
{
|
|
postDBLoadAsync(container: DependencyContainer): Promise<void>;
|
|
} |