type TypeAlias = Foo; #[automatically_derived] const _: () = { use wasm_bindgen::prelude::*; #[wasm_bindgen(typescript_custom_section)] const TS_APPEND_CONTENT: &'static str = "export type TypeAlias = Foo;"; };