@@ -1,5 +1,6 @@
|
||||
import { Actor, IActor } from './actor.model';
|
||||
import { IAddress } from '@/types/address.model';
|
||||
import { ITag } from '@/types/tag.model';
|
||||
|
||||
export enum EventStatus {
|
||||
TENTATIVE,
|
||||
|
||||
4
js/src/types/tag.model.ts
Normal file
4
js/src/types/tag.model.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface ITag {
|
||||
slug: string;
|
||||
title: string;
|
||||
}
|
||||
Reference in New Issue
Block a user