@zeplin/extension-model
    Preparing search index...

    Interface CodeExportObject

    Interface for code export result

    interface CodeExportObject {
        code: string;
        filename: string;
        language: string;
    }
    Index

    Properties

    code: string

    Content of the exported file.

    filename: string

    Name of the exported file.

    language: string

    Target language for the generated code (e.g., javascript, swift, etc.).