export interface AllowedHostRule {
    host: string;
}
