Type Alias CreateAssistantHttpResponse

type CreateAssistantHttpResponse = {
    data: Assistant;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

data: Assistant
headers: Headers
status: 201