THistoryInstanceCtor

type THistoryInstanceCtor = new (clientId: string, callbacks: Partial<IHistoryInstanceCallbacks>) => IHistoryInstance;

Constructor type for creating history instances.