Skip to content

ActionType🔗

Dashboard action type

Definition🔗

export enum ActionType {
    Fetch = "fetch",
    Infinity = "infinity",
}