mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Update type.ts
This commit is contained in:
parent
aa4019e4bf
commit
7875cc303f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user