interface ImscCompatibility {
    attribute: string;
    method?: ImscCompatibilityMethod;
    replaceWith?: string;
    target?: string;
}

Properties

attribute: string
replaceWith?: string
target?: string