7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
// This file is generated by Umi automatically
|
|
// DO NOT CHANGE IT MANUALLY!
|
|
import type { RunTimeLayoutConfig } from './types.d';
|
|
export interface IRuntimeConfig {
|
|
layout?: RunTimeLayoutConfig
|
|
}
|