interface AlternativeServiceOptions {
    origin: string | number | URL;
}

Properties

Properties

origin: string | number | URL