Interface DeputyUserConfigurationUpdate

interface DeputyUserConfigurationUpdate {
    config: any;
    type: "userConfigUpdate";
}

Properties

Properties

config: any

The new configuration.

type: "userConfigUpdate"