export interface DetailItem {
    ItemType: string;
    ProviderName: string;
    Id: string;
}
