ff-webpage/types/collection/article.ts

5 lines
165 B
TypeScript
Raw Normal View History

import type BaseImage from "../component/baseImage";
import type BaseCollection from "./baseCollection";
export default interface Article extends BaseCollection {}