Type Alias: BindingPath
BindingPath =
Brand<string,"BindingPath">
Defined in: src/core/types/branded.ts:71
An OData binding path (e.g., '/Products(1)/Name').
Example​
import type { BindingPath } from '#core/types/branded.js';
function readBinding(path: BindingPath): void { }