mirror of
https://github.com/Dvorinka/Primora.git
synced 2026-06-03 20:13:01 +00:00
10 lines
225 B
TypeScript
10 lines
225 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type ReadinessStatus = {
|
|
status: string;
|
|
checks: Record<string, string>;
|
|
};
|
|
|