mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
amplify.request({
|
|
resourceId: "statusExample1"
|
|
}).done(function (data, status) {
|
|
}).fail(function (data, status) {
|
|
}).always(function (data, status) { });
|