UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

12 lines (11 loc) • 209 B
export type CertCommandArgs = { args: { nameOrPath: string; }; flags: { 'cert-file'?: string; help?: boolean; 'key-file'?: string; }; opParams: string[]; };