@happyvertical/smrt-web 0.40.58 → 0.40.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -828,6 +828,8 @@ export declare interface SmrtWebEventSubscriberConfig {
|
|
|
828
828
|
export declare interface SmrtWebFieldDefinition {
|
|
829
829
|
type: SmrtWebFieldType;
|
|
830
830
|
required?: boolean;
|
|
831
|
+
/** Whether the public field contract explicitly permits `null`. */
|
|
832
|
+
nullable?: boolean;
|
|
831
833
|
default?: unknown;
|
|
832
834
|
/** Developer-authored `@field({ description })` (#2046) — end-user help seed. */
|
|
833
835
|
description?: string;
|