Type definition in Typescript
type annotation
Example:
function greeter(person: string) { return "Hello, " + person; }
More … Basic Type