mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-07 22:24:27 +00:00
* Update serverless types This fixes a couple of inconsistencies with the type declarations: * `Plugin.hooks` is a dictionary of functions that return a promise, not a dictionary of promises * `serverless.service.provider.compiledCloudFormationTemplate.Resources` is an object rather than an array * make Plugin an interface instead of an abstract class * add provider.naming * add plugin constructor typedef as PluginStatic