Skip to content
Kaan Giray Buzluk edited this page Jun 27, 2023 · 3 revisions

Object types

type Post = {
    title: string,
    author: string,
    url: string,
    id: string,
    dt: string,
    image: string,
    page: string,
}
Clone this wiki locally