Type alias EntityImportResponse

EntityImportResponse: {
    entityType: "dashboard" | "report";
    id: string;
}[]

Generated using TypeDoc