6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
export type ModuleOptions = {
|
|
components?: any[];
|
|
providers?: any[];
|
|
imports?: any[];
|
|
};
|