@bilig/protocol 0.11.10 → 0.11.11
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/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -218,6 +218,7 @@ export interface WorkbookSheetCellStyleIndexSnapshot {
|
|
|
218
218
|
}
|
|
219
219
|
export interface WorkbookSheetStyleArtifactsSnapshot {
|
|
220
220
|
cellStyleIndexes: WorkbookSheetCellStyleIndexSnapshot[];
|
|
221
|
+
blankCellAddresses?: string[];
|
|
221
222
|
}
|
|
222
223
|
export interface WorkbookPackageRelationshipSnapshot {
|
|
223
224
|
id: string;
|