diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-06-01 19:17:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-06-01 19:17:17 +0900 |
| commit | 89fb727f614822db0b38c2dc76577937fc293a1d (patch) | |
| tree | 6be111e924971317cbca851e338c745b3afd4da3 /src/remote | |
| parent | 12.82.0 (diff) | |
| download | sharkey-89fb727f614822db0b38c2dc76577937fc293a1d.tar.gz sharkey-89fb727f614822db0b38c2dc76577937fc293a1d.tar.bz2 sharkey-89fb727f614822db0b38c2dc76577937fc293a1d.zip | |
Update type.ts
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/activitypub/type.ts | 2 |
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; |