fe-middleware/src/types/BotImage.ts

8 lines
119 B
TypeScript

export default interface BotImage {
_id: string;
url: string;
status: string;
tags: string[];
__v: number;
}