Updates
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
export type DSQL_SERVERS = {
|
||||
server_id?: number;
|
||||
ip?: string;
|
||||
ssh_user?: string;
|
||||
ssh_port?: number;
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
export type APIResponseObject<
|
||||
T extends { [k: string]: any } = { [k: string]: any }
|
||||
> = {
|
||||
success: boolean;
|
||||
payload?: T;
|
||||
msg?: string;
|
||||
err?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user