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

    Interface ComponentData

    Interface for component data

    interface ComponentData {
        description?: string;
        latestVersion: any;
        name: string;
        properties?: ComponentProperty[];
        sourceId: string;
    }
    Index

    Properties

    description?: string
    latestVersion: any
    name: string
    properties?: ComponentProperty[]
    sourceId: string