/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { CheckItemAsResponse } from "../definitions/CheckItemAsResponse"; export interface ChecklistAsResponse { id?: string; name?: string; idBoard?: string; idCard?: string; pos?: number; checkItems?: Array; } //# sourceMappingURL=ChecklistAsResponse.d.ts.map