Update type.ts

This commit is contained in:
syuilo 2021-06-01 19:17:17 +09:00
parent aa4019e4bf
commit 7875cc303f

View File

@ -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;