Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/PublicDomainConfig.d.ts
T

7 lines
191 B
TypeScript

import type { AcmeProvider } from './AcmeProvider';
import type { GatewayId } from './GatewayId';
export type PublicDomainConfig = {
gateway: GatewayId;
acme: AcmeProvider | null;
};