export interface XObjectInterface { id: string; objType: string; userId: string; clientId: number; zIndex: number; boardId: string; locked: boolean; extendedProperties: string[]; } //# sourceMappingURL=XObjectInterface.d.ts.map