export var PropertyList: any; export namespace PropertyList { /** * An item constructed of PropertyList.Type. */ export type Type = any; }