summaryrefslogtreecommitdiff
path: root/src/remote/activitypub
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-06-01 19:17:17 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-06-01 19:17:17 +0900
commit89fb727f614822db0b38c2dc76577937fc293a1d (patch)
tree6be111e924971317cbca851e338c745b3afd4da3 /src/remote/activitypub
parent12.82.0 (diff)
downloadsharkey-89fb727f614822db0b38c2dc76577937fc293a1d.tar.gz
sharkey-89fb727f614822db0b38c2dc76577937fc293a1d.tar.bz2
sharkey-89fb727f614822db0b38c2dc76577937fc293a1d.zip
Update type.ts
Diffstat (limited to 'src/remote/activitypub')
-rw-r--r--src/remote/activitypub/type.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/type.ts b/src/remote/activitypub/type.ts
index 98025da908..3728470686 100644
--- a/src/remote/activitypub/type.ts
+++ b/src/remote/activitypub/type.ts
@@ -3,7 +3,7 @@ export type ApObject = IObject | string | (IObject | string)[];
export interface IObject {
'@context': string | obj | obj[];
- type: string | unknown[];
+ type: string | string[];
id?: string;
summary?: string;
published?: string;