mobilizon.chapril.org-mobil.../js/src/types/tag.model.ts
Thomas Citharel 445619db8b
Show cards on event card
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-04-24 20:49:52 +02:00

5 lines
59 B
TypeScript

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