interface FetchAction {
    meta?: any;
    type: "fetch";
}

Properties

Properties

meta?: any
type: "fetch"

Generated using TypeDoc