mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
feat: Effects that shouldn't be needed removed from utils
This commit is contained in:
@@ -7,7 +7,7 @@ import { DaemonReturned, Effects, ValidIfNoStupidEscape } from "../types"
|
||||
import { createUtils } from "../util"
|
||||
type Daemon<Ids extends string, Command extends string, Id extends string> = {
|
||||
id: "" extends Id ? never : Id
|
||||
command: string
|
||||
command: ValidIfNoStupidEscape<Command> | [string, ...string[]]
|
||||
env?: Record<string, string>
|
||||
ready: {
|
||||
display: string | null
|
||||
|
||||
Reference in New Issue
Block a user