export interface QuickCartCountDataInterface {
    success: boolean,
    data: {
        count: number
    },
}
