Added autorun and random id service generation
This commit is contained in:
@@ -22,6 +22,10 @@ export type ServiceAddForm = {
|
||||
export type ServerResponse = {
|
||||
status:string
|
||||
}
|
||||
export type ServerResponseWithID = {
|
||||
status:string,
|
||||
id:string
|
||||
}
|
||||
|
||||
export type ServerResponseToken = {
|
||||
status:string,
|
||||
|
||||
Reference in New Issue
Block a user