/* 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; }