hetznercloud/ts/hetznercloud.plugins.ts

13 lines
191 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
}