interface SaveResult {
    pin: string;
    url?: string;
}

Properties

Properties

pin: string

The pin by which the planning can be loaded again.

url?: string

Url for this configuration and this planning.

Can be omitted.