Interface ListLink

interface ListLink {
    count: number;
    url: string;
}

Properties

Properties

count: number
url: string