Type Alias SettingsPutPayload

An object that defines the properties of ODAG settings to be modified.

type SettingsPutPayload = {
    dynamicViewEnabled?: boolean;
    odagEnabled?: boolean;
}
Index

Properties

dynamicViewEnabled?: boolean
odagEnabled?: boolean