Home > widget-integration > Constructor
Signature:
export type Constructor<T> = new (...args: any[]) => T;