import {RAConfig} from '../roundabout/types'; import {AttrPatterns} from '../assign-gingerly/types'; /** * Assign Gingerly Roundabout Config */ export interface AgraceConfig { raConfig: RAConfig, withAttrs?: AttrPatterns, template?: string | HTMLTemplateElement, }