You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > Abstract

Abstract type

Signature:

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