@open-formulieren/types
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -9,2 +9,5 @@ import { InputComponentSchema } from '..'; | ||
houseNumberAddition: string; | ||
city?: string; | ||
streetName?: string; | ||
secretStreetCity?: string; | ||
} | ||
@@ -18,3 +21,4 @@ export type AddressNLInputSchema = InputComponentSchema<AddressData, Validator, TranslatableKeys>; | ||
type: 'addressNL'; | ||
deriveAddress: boolean; | ||
} | ||
export {}; |
{ | ||
"name": "@open-formulieren/types", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "Typescript type definitions for Open Forms' Form.io extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51660
1318