/**
 * Plugin list
 */
export interface PluginList {
  /**
   * Plugin number list
   */
  plugins: number[],
}
