renovate/lib/types/host-rules.ts
2020-03-02 12:06:16 +01:00

15 lines
299 B
TypeScript

export interface HostRule {
endpoint?: string;
host?: string;
hostType?: string;
domainName?: string;
hostName?: string;
json?: true;
baseUrl?: string;
token?: string;
username?: string;
password?: string;
insecureRegistry?: boolean;
platform?: string;
timeout?: number;
}