Sign in
bazel
/
rules_typescript
/
8c1630b592b8938e28b405f4b6a2806ae85cfcb6
/
.
/
examples
/
types.d.ts
blob: d23a0603619d5d18c5d70cc5c71552c30ba94c6a [
file
]
export
interface
Polite
{
greet
():
Promise
<string>
;
}