UNPKG

koishi-plugin-booru

Version:
20 lines (19 loc) 438 B
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; } }