UNPKG
@nodeboot/starter-aws
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
Node-Boot starter package for AWS services
github.com/nodejs-boot/node-boot
nodejs-boot/node-boot
@nodeboot/starter-aws
/
dist
/
adapter
/
types.d.ts
8 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
JsonObject
}
from
"@nodeboot/context"
;
export
type
MessageEnvelop
<M =
JsonObject
> = {
messageId
:
string
;
timestamp
:
string
;
signature
:
string
;
message
: M; };
//# sourceMappingURL=types.d.ts.map