Type alias CslExecutedView

CslExecutedView: {
    hasError: boolean;
    responses: ExecutedViewResponse[];
}

Type declaration

Generated using TypeDoc