interface ShareModuleParams {
    region?: Regions;
    token?: string;
    type: "dashboard";
}

Hierarchy (view full)

Properties

Properties

region?: Regions
token?: string
type: "dashboard"