Response from listing assistants.

interface AssistantList {
    assistants?: AssistantModel[];
}

Properties

Properties

assistants?: AssistantModel[]

The list of assistants associated with a specific project.