mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-04 12:03:09 +02:00
3fd2b55406
This reverts commit 89eea5df52
.
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
/// <reference path="status.ts" />
|
|
|
|
namespace Entity {
|
|
export type Context = {
|
|
ancestors: Array<Status>
|
|
descendants: Array<Status>
|
|
}
|
|
}
|