mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Update type.ts
This commit is contained in:
parent
aa4019e4bf
commit
7875cc303f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ export type ApObject = IObject | string | (IObject | string)[];
|
||||||
|
|
||||||
export interface IObject {
|
export interface IObject {
|
||||||
'@context': string | obj | obj[];
|
'@context': string | obj | obj[];
|
||||||
type: string | unknown[];
|
type: string | string[];
|
||||||
id?: string;
|
id?: string;
|
||||||
summary?: string;
|
summary?: string;
|
||||||
published?: string;
|
published?: string;
|
||||||
|
|
Loading…
Reference in a new issue