UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

10 lines (9 loc) • 235 B
import { Config } from './Config'; import { ApiService } from './ApiService'; export interface SecretListInputs { api: ApiService; config: Config; secrets: string[]; selectedSecret: string; storageEngine: string; }