OneSDK
    Preparing search index...

    Interface NewsResponse

    interface NewsResponse {
        body: string;
        createAt: string;
        id: string;
        publishedAt: string;
        revisedAt: string;
        title: string;
    }
    Index

    Properties

    body: string
    createAt: string
    id: string
    publishedAt: string
    revisedAt: string
    title: string