Type Alias: AttributeModel
type AttributeModel = object;
Defined in: shared/lib/types.d.ts:91
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
| Property | Type | Defined in |
|---|---|---|
config | AttributeType["config"] | shared/lib/types.d.ts:94 |
description? | string | shared/lib/types.d.ts:93 |
name | string | shared/lib/types.d.ts:92 |
type | AttributeType["type"] | shared/lib/types.d.ts:95 |