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

    Interface AdminDesign

    interface AdminDesign {
        id: number;
        name: string;
        product_name: string;
        customer_email: string | null;
        status: string;
        review_note: string;
        reviewed_at: string | null;
        reviewed_by_email: string | null;
        preview_image_front: string | null;
        preview_image_back: string | null;
        preview_image_left: string | null;
        preview_image_right: string | null;
        preview_image: string | null;
        print_file: string | null;
        design_cost: AdminDesignCost | null;
        uploaded_assets: AdminDesignUploadedAsset[];
        is_collection_item: boolean;
        collection_name: string;
        collection_slug: string | null;
        collection_description: string;
        collection_category: number | null;
        collection_sort_order: number;
        created_at: string;
        updated_at: string;
    }
    Index
    id: number
    name: string
    product_name: string
    customer_email: string | null
    status: string
    review_note: string
    reviewed_at: string | null
    reviewed_by_email: string | null
    preview_image_front: string | null
    preview_image_back: string | null
    preview_image_left: string | null
    preview_image_right: string | null
    preview_image: string | null
    print_file: string | null

    Gegenereerd drukopdracht-PDF (productie); null tot het is gegenereerd.

    design_cost: AdminDesignCost | null
    uploaded_assets: AdminDesignUploadedAsset[]

    Individuele door de klant geüploade bestanden (los van de samengestelde preview-afbeeldingen hierboven) — met vectororigineel indien aanwezig.

    is_collection_item: boolean

    Shop-collectie (freezedesign-feedback#29): staat dit ontwerp als kant-en-klaar artikel in de winkel, en onder welke naam/adres.

    collection_name: string
    collection_slug: string | null
    collection_description: string
    collection_category: number | null
    collection_sort_order: number
    created_at: string
    updated_at: string