blob: 6f9bdc05439e8ef0bddad39843e42b7d05c4ce84 [file]
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { PointerModel } from './PointerModel';
export type ApplicationSummary = {
app_id: string;
partition_key: string | null;
first_written: string;
last_written: string;
num_steps: number;
tags: Record<string, string>;
parent_pointer?: PointerModel | null;
spawning_parent_pointer?: PointerModel | null;
};