型・APIリファレンス
    Preparing search index...

    Type Alias DownloadEntityResponse

    EntityダウンロードAPIレスポンス

    type DownloadEntityResponse = {
        downloadResult: boolean;
        errorMessage: string;
    }
    Index

    Properties

    downloadResult: boolean

    ダウンロード結果

    errorMessage: string

    エラーメッセージ