Interface ExternalCompanionInterface<TParent>

External interface for companion decorators This is what gets added to the public model type, similar to ExternalFutureInterface

interface ExternalCompanionInterface<TParent> {
    getParent(): TParent;
}

Type Parameters

  • TParent extends IKosDataModel

Methods

Methods