interface Secret {
    key: string;
    value?: string;
}

Properties

Properties

key: string
value?: string