/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface WorkflowStatusLayoutAsResponse { /** * The x axis location. */ x?: number; /** * The y axis location. */ y?: number; } //# sourceMappingURL=WorkflowStatusLayoutAsResponse.d.ts.map