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

    Interface DesignElement

    interface DesignElement {
        type: "image" | "text";
        cost: number;
        details: string;
    }
    Index

    Properties

    Properties

    type: "image" | "text"
    cost: number
    details: string