Unique string-literal brand key used by FixedMethods to detect
extension methods whose first-argument literal should be accumulated in the
return type.
Declare the return type of any extension method as
this & { readonly [METHOD_LITERAL_BRAND]?: N } (where N extends string)
and FixedMethods will automatically make it generic so the literal name
flows through the type system and accumulates across multiple calls.
This powers scope-name autocomplete in SchemaQueryBuilder.scoped().
Unique string-literal brand key used by FixedMethods to detect extension methods whose first-argument literal should be accumulated in the return type.
Declare the return type of any extension method as
this & { readonly [METHOD_LITERAL_BRAND]?: N }(whereN extends string) andFixedMethodswill automatically make it generic so the literal name flows through the type system and accumulates across multiple calls.This powers scope-name autocomplete in
SchemaQueryBuilder.scoped().