interface EnumQueryStrategy {
    queryEnumConstantTables($object: CheerioAPI): Cheerio<Element>;
}

Implemented by

Methods