fe-middleware/src/types/GelbooruPost.ts

5 lines
75 B
TypeScript

export default interface GelbooruPost {
url: string;
tags: string[];
}