OneSDK
    Preparing search index...

    Interface NewsData

    interface NewsData {
        contents: null | NewsResponse;
        isNew: boolean;
    }
    Index

    Properties

    Properties

    contents: null | NewsResponse
    isNew: boolean