Hello there, In file `index.d.ts`, `modifiedSinceLastSubmit` is defined as: ``` export interface FieldSubscription { ... modifiedSinceLastSubmit?: false; ... } ``` Any idea why it is `false` rather than `boolean`? Is this intentional? Thanks
Hello there,
In file
index.d.ts,modifiedSinceLastSubmitis defined as:Any idea why it is
falserather thanboolean? Is this intentional?Thanks