forked from jmug/cactoide
fix: refactor, docker, dateformatter
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type EventType = 'limited' | 'unlimited';
|
||||
export type EventVisibility = 'public' | 'private';
|
||||
export type ActionType = 'add' | 'remove';
|
||||
|
||||
export interface Event {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user