SETUP_PACKAGE_PROGRESS: {
    ACTIONS: Record<string, string>;
    STEPS: Record<string, string>;
} = ...

Setup page package progress protocol.

Type declaration

  • ACTIONS: Record<string, string>
  • STEPS: Record<string, string>