blob: 71f3eadcbc250957964ed6ff8a229f28dbd37da0 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type ApplicationSummary = {
app_id: string;
first_written: string;
last_written: string;
num_steps: number;
tags: Record<string, string>;
};