UNPKG

@padhariyavishal/nextpress

Version:
10 lines (9 loc) 282 B
import { QueryResult } from "mysql2"; import { getCollectionArgs } from "./types"; export declare class CollectionModel { /** * * @param args Object of the arguments to fetch the collections. */ protected get(args: getCollectionArgs): Promise<QueryResult>; }