function findTemplateimport { findTemplate } from "https://dotland.deno.dev/x/pg_mem@2.6.13/utils.ts"; findTemplate<T>(this: void,selection: _ISelection,t: _Transaction,template?: T,columns?: (keyof T)[],): Iterable<T>Type ParametersTParametersthis: voidselection: _ISelectiont: _Transactionoptionaltemplate: Toptionalcolumns: (keyof T)[]ReturnsIterable<T>