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