interface FullReloadPayload {
    path?: string;
    triggeredBy?: string;
    type: "full-reload";
}

Properties

path?: string
triggeredBy?: string
type: "full-reload"