export function getOutputTypeName(name: string) { return name.replace(/(?:OutputType|Output)$/, ''); }