mobilizon.chapril.org-mobil.../js/src/types/tag.model.ts

5 lines
59 B
TypeScript

export interface ITag {
slug: string;
title: string;
}