exporttypeCreateExpressionProps= { slotId:string; expressionTypeId:string; // an expression type for the new expression (editable) expressionName:string; // a name for the new expression (editable) description?:string; // a description for the new expression (editable)}