콘텐츠로 이동

PlatformAudioResponse

이 콘텐츠는 아직 번역되지 않았습니다.

type PlatformAudioResponse =
| {
body: unknown;
kind: "response";
status: number;
}
| {
kind: "transport_error";
message: string;
};

网关往返结果(serve 代打径透传用;恒不 throw)