export default interface ProfileInfoRepresentation { name?: string; disabledFeatures?: string[]; previewFeatures?: string[]; experimentalFeatures?: string[]; }