Skip to content
Snippets Groups Projects
Commit 8a6115c5 authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

change seal coords type

parent 6d582537
No related branches found
No related tags found
1 merge request!85Resolve "[Document Sealing] Add document proto buffers"
Pipeline #50139 passed
...@@ -185,8 +185,8 @@ export interface SealHeadData { ...@@ -185,8 +185,8 @@ export interface SealHeadData {
} }
export interface SealCoords { export interface SealCoords {
[key: string]: { [key: string]: {
x: number; x: string;
y: number; y: string;
}; };
} }
export interface SealIndexObject { export interface SealIndexObject {
......
...@@ -207,7 +207,7 @@ export interface SealHeadData { ...@@ -207,7 +207,7 @@ export interface SealHeadData {
} }
export interface SealCoords { export interface SealCoords {
[key: string]: { x: number; y: number }; [key: string]: { x: string; y: string };
} }
export interface SealIndexObject { export interface SealIndexObject {
sealKey: string; sealKey: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment