UNPKG

@freemework/sql.postgres

Version:

Postgres SQL Facade library of the Freemework Project.

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