export interface IBggDto {
    id: number;
}
