@keyshade/cli
Version:
17 lines (13 loc) • 307 B
TypeScript
import { type ProjectRootConfig } from '../index.types'
export interface Configuration {
name: string
value: string
isPlaintext: boolean
}
export interface ClientRegisteredResponse {
success: boolean
message: string
}
export interface RunData extends ProjectRootConfig {
privateKey: string
}