DefinitelyTyped/types/ali-oss
何乐 62b167feca Update ACLType in index.d.ts@types/ali-oss (#31819)
* Update ACLType in index.d.ts

### From
```ts
type ACLType = "public-read-write" | "public-read" | "and private";
```
### Tto
```ts
type ACLType = "public-read-write" | "public-read" | "private";
```

* Update index.d.ts

* Update index.d.ts

* Update index.d.ts
2019-01-04 08:44:52 -08:00
..
ali-oss-tests.ts
index.d.ts Update ACLType in index.d.ts@types/ali-oss (#31819) 2019-01-04 08:44:52 -08:00
tsconfig.json
tslint.json