@osynicite/osynic-osuapi
    Preparing search index...

    Interface NewsPost

    interface NewsPost {
        author: string;
        edit_url: string;
        first_image: string;
        id: number;
        preview: string;
        published_at: string;
        slug: string;
        title: string;
        updated_at: string;
    }
    Index

    Properties

    author: string
    edit_url: string
    first_image: string
    id: number
    preview: string
    published_at: string
    slug: string
    title: string
    updated_at: string