export type Argument = { name: string; value: string; isSecret: boolean; };