view-object.ts 81 B

12345
  1. export interface ViewObject {
  2. type: 'View',
  3. actor: string
  4. object: string
  5. }