Type Alias CreateAssistantThreadHttpResponse

type CreateAssistantThreadHttpResponse = {
    data: Thread;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

data: Thread
headers: Headers
status: 201