Skip to main content

Type Alias: AttributeTypeConfig

type AttributeTypeConfig = object;

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

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.

Indexable

[key: string]: any

Properties

PropertyTypeDefined in
defaultValue?anyshared/lib/types.d.ts:14
encrypted?booleanshared/lib/types.d.ts:13
isArray?booleanshared/lib/types.d.ts:10
mandatory?booleanshared/lib/types.d.ts:12
primaryKey?booleanshared/lib/types.d.ts:11