This commit is contained in:
Kisaragi 2025-09-15 19:00:43 +09:00 committed by GitHub
commit 907298ca47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export function getApHrefNullable(value: string | IObject | undefined): string |
export interface IActivity extends IObject {
//type: 'Activity';
actor: IObject | string;
object: IObject | string;
object: IObject | IObject[] | string;
target?: IObject | string;
/** LD-Signature */
signature?: {