property-list.d.ts 157 B

1234567
  1. export var PropertyList: any;
  2. export namespace PropertyList {
  3. /**
  4. * An item constructed of PropertyList.Type.
  5. */
  6. export type Type = any;
  7. }