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