about summary refs log tree commit diff
path: root/src/state/models/_common.ts
blob: 459dd76025e618a32de09ebea18aff24447ef945 (plain) (blame)
1
2
3
4
export interface Declaration {
  cid: string
  actorType: string
}