Skip to content

Commit

Permalink
fix: Supplement the better type
Browse files Browse the repository at this point in the history
  • Loading branch information
lihqi committed Feb 6, 2023
1 parent 45d2592 commit c0c2116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lb-annotation/src/utils/tool/MarkerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { cloneDeep } from 'lodash';
import AttributeUtils from './AttributeUtils';

declare interface IAuxiliaryLine {
start: string;
end: string;
start: IPointUnit['label'];
end: IPointUnit['label'];
}

declare interface IAuxiliaryLineCoord {
Expand Down

0 comments on commit c0c2116

Please sign in to comment.