Skip to main content

Type Alias: UnionAST

type UnionAST = object;

Defined in: shared/lib/types.d.ts:548

Document-modelling types, re-exported from @docstack/client.

Sourced from the client rather than @docstack/shared on purpose: the two packages would otherwise resolve their own copies of @docstack/shared, and a consumer using both could end up holding two structurally-identical-but-distinct Patch types. One source means one copy.

Properties

PropertyTypeDescriptionDefined in
bottomnumberlower SelectAST's indexshared/lib/types.d.ts:553
distinctboolean-shared/lib/types.d.ts:554
topnumberupper SelectAST's indexshared/lib/types.d.ts:551
type"union"-shared/lib/types.d.ts:549