mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add is_nsfw and is_ad flag
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { GMeta, PMeta, Tag } from "../db.ts";
|
||||
import { ExtendedPMeta, GMeta, Tag } from "../db.ts";
|
||||
import { JSONResult } from "./utils.ts";
|
||||
|
||||
export type GalleryData = {
|
||||
meta: GMeta;
|
||||
tags: Tag[];
|
||||
pages: PMeta[];
|
||||
pages: ExtendedPMeta[];
|
||||
};
|
||||
|
||||
export type GalleryResult = JSONResult<GalleryData>;
|
||||
|
||||
Reference in New Issue
Block a user