@tai-kun/surrealdb
Version:
The SurrealDB SDK for JavaScript
12 lines • 527 B
TypeScript
import { BoundExcluded as Base, type BoundExcludedSource } from "@tai-kun/surrealdb/encodable-datatypes";
import type { Standard } from "./spec";
export type * from "../encodable/bound-excluded";
/**
* [API Reference](https://tai-kun.github.io/surrealdb.js/v2/api/data/bound-excluded)
* @experimental
*/
export default class BoundExcluded<TValue extends BoundExcludedSource = BoundExcludedSource> extends Base<TValue> implements Standard {
value: TValue;
clone(): this;
}
//# sourceMappingURL=bound-excluded.d.ts.map