This commit is contained in:
2026-03-12 13:49:02 +00:00
parent e7414c75dd
commit 109939f6db
15 changed files with 56 additions and 35 deletions
+1 -2
View File
@@ -196,8 +196,6 @@ export type PagePropsType = {
deployment_id?: string | null;
service?: ParsedDeploymentServiceConfig | null;
children_services?: ParsedDeploymentServiceConfig[] | null;
ws_url?: string | null;
host?: string | null;
deployment_users?: NSQLITE_TURBOCI_ADMIN_USERS[] | null;
deployment_user?: NSQLITE_TURBOCI_ADMIN_USERS | null;
};
@@ -288,6 +286,7 @@ export type ToastType = {
export type TtydInfoObject = {
url: string;
href?: string;
port: number;
};