nope/modules/xetics-lean-connector/generated/models/TextLayer.ts

19 lines
415 B
TypeScript
Raw Normal View History

2021-08-26 18:47:05 +00:00
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { MarkerCoordinate } from './MarkerCoordinate';
export type TextLayer = {
archivedTime?: string;
autoId?: string;
coordinate?: MarkerCoordinate;
deletionTime?: string;
extId?: string;
htmlContent?: string;
id?: number;
name?: string;
prefix?: string;
showable?: boolean;
tagId?: string;
}