3fd2b55406
This reverts commit 89eea5df52
.
9 lines
147 B
TypeScript
9 lines
147 B
TypeScript
/// <reference path="status.ts" />
|
|
|
|
namespace Entity {
|
|
export type Context = {
|
|
ancestors: Array<Status>
|
|
descendants: Array<Status>
|
|
}
|
|
}
|