ReadLaterItem

type ReadLaterItem = {
    title: string,
    url: string
}

Last updated