Type Alias IInitizable

IInitizable: {
    init(): Promise<void>;
}