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 fix: fix tsconfig.json 2018-11-21 18:01:29 +08:00
index.d.ts Update ACLType in index.d.ts@types/ali-oss (#31819) 2019-01-04 08:44:52 -08:00
tsconfig.json fix: fix tsconfig.json 2018-11-21 18:01:29 +08:00
tslint.json FIX: export OSS class 2018-11-21 17:55:49 +08:00