import { AttributeTermWcInterface, AttributeWcInterface } from 'wc-api-types'; export interface AttributeAtumInterface extends AttributeWcInterface { } export interface AttributeTermAtumInterface extends AttributeTermWcInterface { }