Compare commits

...

1 Commits

Author SHA1 Message Date
Kisaragi 49dfc3fe1c
feat(ap): test batched payload 2025-05-16 13:40:27 +09:00
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?: {