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