egirlskey/src/remote/activitypub/type.ts

4 lines
42 B
TypeScript
Raw Normal View History

2018-03-31 10:55:00 +00:00
export type IObject = {
type: string;
2018-04-01 12:24:25 +00:00
};