@opengis/fastify-table
Version:
core-plugins
10 lines • 331 B
TypeScript
import type { ExtendedPG } from "../../../types/core.js";
export default function getSelectMeta({ name, startsWith, key, nocache, parent, pg, }: {
name: string;
startsWith?: boolean;
key?: string;
nocache?: any;
parent?: string;
pg?: ExtendedPG;
}): Promise<any>;
//# sourceMappingURL=getSelectMeta.d.ts.map