export default interface PolicyProviderRepresentation {
    type?: string;
    name?: string;
    group?: string;
}
