Type Alias GetAssistantHttpResponse

type GetAssistantHttpResponse = {
    data: Assistant;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: Assistant
headers: Headers
status: 200