export const 
const hello: {
    str: string;
}
hello
= { str: stringstr: "world" };
const hello: {
    str: string;
}
hello
.
  • str