ff-webpage/types/collection/event.ts

7 lines
153 B
TypeScript
Raw Normal View History

import type BaseCollection from "./baseCollection";
export default interface Event extends BaseCollection {
image: undefined;
content: undefined;
}