Type alias ParamDef

ParamDef: {
    id: ID;
    type: ParamType;
    value: Expr;
}

Type declaration