LookupCapability

Declared per lookup operation and verified by the provider conformance suite.

none: no lookup for this operation. nonfinal: lookup can find it but never proves absence. final: lookup may answer not_found as final.

type LookupCapability = "none" | "nonfinal" | "final";
Edit on GitHub