TemplateLiteral optional part
Is there a better way to handle optional chunk in
Schema.TemplateLiteral than to do ?Schema.TemplateLiteralSchema.TemplateLiteral(
Schema.Literal("required"),
Schema.Literal("optional", ""),
Schema.Literal("required"),
);