# Interface: CoreTypeOptions
# Hierarchy
CoreTypeOptions
# Properties
# Optional
default
• default? : unknown
# Optional
immutable
• immutable? : undefined | false | true
If truthy, Ottoman will disallow changes to this path once the document is saved to the database for the first time.
# Optional
required
• required? : boolean | RequiredOption | RequiredFunction
# Optional
validator
• validator? : ValidatorOption | ValidatorFunction | string