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