Skip to content

Brows Ghost api #488

@tudq01

Description

@tudq01

const posts = await ghostClient.posts.browse({
include:['tags'],
limit:5,
page:page,
filter: ['tag:hash-blog-ja']
})

I try to call it in typescript and render in nextjs but the type does not it return an object not match with the PostOrPages type

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions