#每天一个知识点# 今天知道这个ts类型是什么意思么?[呲牙]

export type BootImplClass<T = ILifecycleBoot> = new(...args: any[]) => T;
1