File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ export interface PropertyReference {
4545}
4646
4747/**
48- * TODO: when the times comes, drop the default value for the `Tag`
49- * paramter to enforce strong typing throughout the entire library.
48+ * TODO: when the time comes, drop the default value for the `Tag`
49+ * parameter to enforce strong typing throughout the entire library.
50+ * This would be a breaking change requiring major version bump.
5051 */
5152export interface TypedValue <
5253 Tag extends ApplicationTag = ApplicationTag ,
@@ -125,6 +126,7 @@ export interface BACNetDevObjRef {
125126/**
126127 * TODO: when the time comes, drop the default value for the `Tag` generic
127128 * parameter to enforce type safety everywhere throughout the library.
129+ * This would be a breaking change requiring major version bump.
128130 */
129131export interface BACNetAppData <
130132 Tag extends ApplicationTag = ApplicationTag ,
You can’t perform that action at this time.
0 commit comments