Interface WpUpdateAction

interface WpUpdateAction {
    data: {
        dir: string;
    };
    type: "wp.update";
}

Hierarchy (view full)

Properties

Properties

data: {
    dir: string;
}

Type declaration

  • dir: string
type: "wp.update"