@goldstack/infra-hetzner
Version:
Utilities to work with Hetzner infrastructure via the cli.
11 lines • 336 B
TypeScript
import type { Deployment } from '@goldstack/infra';
/**
* Name of the Hetzner user that is used to perform the deployment.
*
* @title Hetzner User Name
*/
export type HetznerUserName = string;
export interface HetznerDeployment extends Deployment {
hetznerUser: HetznerUserName;
}
//# sourceMappingURL=HetznerDeployment.d.ts.map