interface Argument {
    type: number;
    value: any;
}

Properties

Properties

type: number
value: any