interface Extension {
    id: string;
    page: Page;
    title: string;
    url: string;
}

Properties

Properties

id: string
page: Page
title: string
url: string