UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

9 lines 194 B
/** * A representation of a question submission response. * * @public */ export interface QuestionSubmissionResponse { /** A unique id which corresponds to the request. */ uuid: string }