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

Generated using TypeDoc