hosty
Version:
A code based opinionated way to self-host and manage web apps.
17 lines • 448 B
TypeScript
type Config = {
domain: string;
caddyfile_path: string;
};
export declare function delete_domain({ domain, caddyfile_path }: Config): {
block: import("../ansible/types.js").Tasks;
become?: boolean;
register?: string;
when?: string;
changed_when?: boolean;
ignore_errors?: boolean;
notify?: string;
with_fileglob?: string | string[];
name: string;
};
export {};
//# sourceMappingURL=delete_domain.d.ts.map