mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-24 00:34:25 +01:00
7 lines
84 B
TypeScript
7 lines
84 B
TypeScript
|
|
export type Tag = {
|
|
id: number
|
|
title: string
|
|
}
|
|
|
|
export type Image = string; |