PGQueryResult | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/postgreasePGQueryResultInterface PGQueryResult<R>interface PGQueryResult<R = any> { command: string; fields: { codec: Codec<any, any>; dataTypeId: number; fieldName: string }[]; rowCount: number; rows: R[];}Type ParametersR = anyIndexPropertiescommand fields rowCount rows Propertiescommandcommand: stringfieldsfields: { codec: Codec<any, any>; dataTypeId: number; fieldName: string }[]rowCountrowCount: numberrowsrows: R[]SettingsMember VisibilityProtectedInheritedThemeOSLightDarkOn This PagePropertiescommandfieldsrowCountrowsWebHare Platform SDKLoading...