export type { OldmarrConfig, OldmarrCategorySection, OldmarrEmptySection } from "./config"; export { oldmarrConfigSchema } from "./config"; export type { OldmarrApp, OldmarrIntegrationType } from "./app"; export type { OldmarrWidget, OldmarrWidgetKind } from "./widget"; export { oldmarrWidgetKinds } from "./widget"; export { boardSizes } from "./tile"; export type { BoardSize } from "./tile";