name(x?: string): true | "template name is required" | "template name cannot be empty" | "template name can only contain alphanumeric characters, numbers, underscores, dashes and dots"
Parameters
Optional x: string
Returns true | "template name is required" | "template name cannot be empty" | "template name can only contain alphanumeric characters, numbers, underscores, dashes and dots"