koishi-plugin-booru
Version:
Image service for Koishi
20 lines (19 loc) • 438 B
TypeScript
export declare namespace Safebooru {
interface Response {
directory: string;
hash: string;
height: number;
id: number;
image: string;
change: number;
owner: string;
parent_id: number;
rating: string;
sample: boolean;
sample_height: number;
sample_width: number;
score: number;
tags: string;
width: number;
}
}