Type Alias GetAssistantSourcesHttpResponse

type GetAssistantSourcesHttpResponse = {
    data: SourcesPlaintext;
    headers: Headers;
    status: 202;
}
Index
headers: Headers
status: 202