@tai-kun/surrealdb
Version:
The SurrealDB SDK for JavaScript
11 lines • 408 B
TypeScript
import type { ThingIdSource } from "./thing";
export type BoundExcludedSource = ThingIdSource;
/**
* [API Reference](https://tai-kun.github.io/surrealdb.js/v2/api/data/bound-excluded)
* @experimental
*/
export default class BoundExcluded<TValue extends BoundExcludedSource = BoundExcludedSource> {
readonly value: TValue;
constructor(source: TValue);
}
//# sourceMappingURL=bound-excluded.d.ts.map