Module domain/interfaces/ServiceEntry
Type aliases
ServiceEntryInput
Service
Entry
Input
: { serviceNamesList
: string[]; serviceSlas
: ServiceSla[]; userInputs
: Record<string, any>[] }Type declaration
serviceNamesList: string[]
userInputs: Record<string, any>[]
ServiceEntry uses same shape as ServiceSla.