interface DeprecatedDirectiveValue {
    hrefs: string[];
    whatToDoInstead: string;
}

Properties

hrefs: string[]
whatToDoInstead: string