interface OutputValue {
    secret: boolean;
    value: any;
}

Properties

Properties

secret: boolean
value: any

Generated using TypeDoc