全文検索APIのレスポンス

interface FullTextSearchResponse {
    error?: string;
    result: FullTextSearchResult[];
}

Properties

Properties

error?: string

エラーメッセージ

全文検索結果