localgreenchain/types/drupal.d.ts
2023-08-09 21:34:23 +00:00

17 lines
255 B
TypeScript

interface NodeProperty {
id: string
title: string
field_location: {
name: string
drupal_internal__tid: string
}
}
export interface DrupalMetatag {
tag: string
attributes: {
content: string
name?: string
rel?: string
}
}