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

    Interface ProjectData

    Interface for project data

    interface ProjectData {
        colors: any[];
        componentSections: any[];
        density: string;
        name: string;
        remPreferences?: RemPreferences;
        spacingSections: any[];
        styleguide?: any;
        textStyles: any[];
        type: ProjectType;
        variableCollections?: any[];
    }
    Index

    Properties

    colors: any[]
    componentSections: any[]
    density: string
    name: string
    remPreferences?: RemPreferences
    spacingSections: any[]
    styleguide?: any
    textStyles: any[]
    variableCollections?: any[]