export default interface RequiredActionProviderSimpleRepresentation {
    id?: string;
    name?: string;
    providerId?: string;
}
