mobilizon.chapril.org-mobil.../js/src/types/config.model.ts
Thomas Citharel ccd705bc4f
Add timeline events you're going to
Mix format

Fix chocobozzz feedback

Only show upcoming events on feed

Remove console log calls

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-04-01 17:07:00 +02:00

6 lines
76 B
TypeScript

export interface IConfig {
name: string;
registrationsOpen: boolean;
}