Interface BaseLink1

interface BaseLink1 {
    product: BaseLinkProduct;
    text: string;
}

Properties

Properties

text: string

Generated using TypeDoc