iceshrimp-legacy/src/remote/activitypub/type.ts

4 lines
42 B
TypeScript
Raw Normal View History

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