Typescript: do not use enums
Typescript enums are bad. Never use them, use a record as const instead. Note: This still applies after the 5.0 release with enum improvements (they are now bad instead of terrible).
Go to contentPrevious postTypescript: don't use interfaces
Next Postastro.build