UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

8 lines (7 loc) 296 B
import type { Knex } from 'knex'; import { GeometryHelper } from '../types.js'; export declare class GeometryHelperMySQL extends GeometryHelper { collect(table: string, column: string): Knex.Raw; fromText(text: string): Knex.Raw; asGeoJSON(table: string, column: string): Knex.Raw; }