Variable rawSystemCommandsConst

rawSystemCommands: {
    confirmRequired: boolean;
    function: () => Promise<void>;
    icon: { type: IconEnum; value: string };
    name: string;
    platforms: string[];
}[] = ...