@dosgato/templating 0.0.136 → 0.0.137
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/component.d.ts +0 -1
- package/package.json +1 -1
package/dist/component.d.ts
CHANGED
|
@@ -363,7 +363,6 @@ export interface PageRecordOptionalData<DataType extends PageData = PageData> ex
|
|
|
363
363
|
export interface DataRecord<DataType extends DataData = DataData> {
|
|
364
364
|
id: string;
|
|
365
365
|
name: string;
|
|
366
|
-
linkId: string;
|
|
367
366
|
createdAt: Date;
|
|
368
367
|
createdBy: {
|
|
369
368
|
id: string;
|