Type alias DescribePathAssistantsResult

DescribePathAssistantsResult: {
    pathAssistants: DescribePathAssistant[];
}

Type declaration