跳到正文

Type Alias: CIOption

ts
type CIOption = 'ci-only' | 'local-only'

Defined in: src/config/types.ts:98

Released under the MIT License.