Home > widget-integration > Abstract

Abstract type

Signature:

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