@devtron-labs/devtron-fe-common-lib 1.17.0-pre-10 → 1.17.0-pre-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Shared/types.d.ts +0 -4
- package/package.json +1 -1
package/dist/Shared/types.d.ts
CHANGED
@@ -787,10 +787,6 @@ export type InitTabType = Omit<CommonTabArgsType, 'type'> & ({
|
|
787
787
|
});
|
788
788
|
export interface DynamicTabType extends CommonTabArgsType {
|
789
789
|
id: string;
|
790
|
-
/**
|
791
|
-
* Id of the last active tab before switching to current tab
|
792
|
-
*/
|
793
|
-
lastActiveTabId: string | null;
|
794
790
|
}
|
795
791
|
export interface ResourceApprovalPolicyConfigDTO {
|
796
792
|
appId: number;
|