hetznercloud/ts/hetznercloud.plugins.ts

20 lines
278 B
TypeScript
Raw Normal View History

2024-01-29 20:08:05 +00:00
import * as hetznerOpenapi from '@tempfix/hetzner-openapi';
2024-01-29 12:55:55 +00:00
export {
2024-01-29 20:08:05 +00:00
hetznerOpenapi
}
// @push.rocks
import * as smartrequest from '@push.rocks/smartrequest';
export {
smartrequest,
2024-01-29 12:55:55 +00:00
}
2024-02-17 20:55:25 +00:00
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}