5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import type { RunTimeLayoutConfig } from './types';
|
|
export interface IRuntimeConfig {
|
|
layout?: RunTimeLayoutConfig;
|
|
}
|