export default interface RequiredActionConfigRepresentation {
    config?: {
        [index: string]: string;
    };
}
