Interface LauncherMobileConfigResponse

interface LauncherMobileConfigResponse {
    configs: {
        [key: string]: LauncherMobileConfigResponseConfig;
    };
    id_to_names: null;
    status: string;
    ts: number;
}

Properties

configs: {
    [key: string]: LauncherMobileConfigResponseConfig;
}
id_to_names: null
status: string
ts: number