mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
8 lines
211 B
TypeScript
8 lines
211 B
TypeScript
import type {
|
|
DevtoolsEvent,
|
|
DevtoolsEventPayloads,
|
|
} from "@refinedev/devtools-shared";
|
|
|
|
export type Activity =
|
|
DevtoolsEventPayloads[DevtoolsEvent.DEVTOOLS_ACTIVITY_UPDATE]["updatedActivities"][number];
|