Updates
This commit is contained in:
+1
-2
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user