MenuById: { [ ID in keyof typeof default]: typeof default[ID] extends (new () => infer MENU) ? MENU : never }

Generated using TypeDoc