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

    Interface Asset

    interface Asset {
        _id: string;
        autoExported?: boolean;
        contents: AssetContent[];
        displayName: string;
        layerId: string;
        layerName: string;
    }
    Index

    Properties

    _id: string
    autoExported?: boolean
    contents: AssetContent[]
    displayName: string
    layerId: string
    layerName: string