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

    Interface ContextData

    interface ContextData {
        options: Record<string, number | boolean | string>;
        project?: any;
        styleguide?: any;
    }
    Index

    Properties

    options: Record<string, number | boolean | string>
    project?: any
    styleguide?: any