mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
Run prettier across sdk/base and sdk/package to apply the standardized quote style (single quotes matching web).
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { HealthStatus } from '../../../base/lib/types'
|
|
|
|
export type TriggerInput = {
|
|
lastResult?: HealthStatus
|
|
}
|