UNPKG

sdg

Version:

pomelo ts

5 lines (4 loc) 126 B
import Application from '../application'; export declare type ObjectType<T> = { new (app: Application, opts?: any): T; };