Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface AdminClipartItem

    interface AdminClipartItem {
        id: number;
        category: number;
        category_name: string;
        name: string;
        slug: string;
        svg_file: string | null;
        thumbnail: string | null;
        tags: string;
        sort_order: number;
        is_active: boolean;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: number
    category: number
    category_name: string
    name: string
    slug: string
    svg_file: string | null
    thumbnail: string | null
    tags: string
    sort_order: number
    is_active: boolean
    created_at: string
    updated_at: string