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

    Interface AdminDesignCost

    interface AdminDesignCost {
        total_cost: string;
        text_count: number;
        image_count: number;
    }
    Index

    Properties

    total_cost: string
    text_count: number
    image_count: number