다음을 통해 공유


SendRequest type

파이프라인 요청을 수행하고 응답을 수신하기 위한 간단한 인터페이스입니다.

type SendRequest = (request: PipelineRequest) => Promise<PipelineResponse>