ff-webpage/types/collection/event.ts

7 lines
153 B
TypeScript
Raw Permalink Normal View History

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