egirlskey/src/common/remote/activitypub/type.ts

4 lines
41 B
TypeScript
Raw Normal View History

2018-03-31 10:55:00 +00:00
export type IObject = {
type: string;
}