6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
export default interface RequiredActionConfigRepresentation {
|
|
config?: {
|
|
[index: string]: string;
|
|
};
|
|
}
|