ff-webpage/types/collection/article.ts

4 lines
165 B
TypeScript

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