Alokai

PointOfServiceList

Representation of a Point of Service List PointOfServiceList

export interface PointOfServiceList {
	'pointOfServices'?: Array<PointOfService>;
}

Properties

NameRequiredTypeDescription
pointOfServicesOptionalArray<PointOfService>List of points of service {Array<PointOfService>} PointOfServiceList

Referenced Types

On this page