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