interface HostSaveConfigurationResult {
    configuration?: ConfigurationUpdate;
    pin: string;
    url?: string;
}

Properties

configuration?: ConfigurationUpdate
pin: string

The pin by which the planning can be loaded again.

url?: string

Url for this configuration and this planning.

Can be omitted.