code/types/meta.ts

7 lines
103 B
TypeScript

export interface MetaItem {
hid?: string;
name?: string;
property?: string;
content: string;
}