export type ISlider = {
    id: number
    name: string
    display_name: string
    category: string
    status: string
}