UNPKG

@freemework/sql.postgres

Version:

Postgres SQL Facade library of the Freemework Project.

9 lines (7 loc) 192 B
import "@freemework/common"; declare module "@freemework/common" { interface FSqlData { readonly asStringArray: Array<string>; readonly asStringArrayNullable: Array<string> | null; } }