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

Generated using TypeDoc