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