Added autorun and random id service generation

This commit is contained in:
DomySh
2022-06-29 23:40:39 +02:00
parent 0e5f06ff7a
commit a064652fcf
5 changed files with 40 additions and 21 deletions

View File

@@ -22,6 +22,10 @@ export type ServiceAddForm = {
export type ServerResponse = {
status:string
}
export type ServerResponseWithID = {
status:string,
id:string
}
export type ServerResponseToken = {
status:string,