ff-webpage/types/collection/event.ts

4 lines
110 B
TypeScript
Raw Normal View History

import type BaseCollection from "./baseCollection";
2025-02-14 13:57:55 +01:00
export default interface Event extends BaseCollection {}