mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-30 08:34:54 +00:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { PageConfig } from './page-config'
|
|
|
|
export interface PagesConfig {
|
|
pages: PageConfig[]
|
|
}
|