@suluk/builder - v0.1.11
    Preparing search index...

    Interface RegistryFile

    interface RegistryFile {
        path: string;
        content: string;
        type: string;
        target?: string;
    }
    Index

    Properties

    path: string
    content: string
    type: string

    registry:component | registry:lib | registry:file | registry:page | …

    target?: string

    For registry:file — the install target path in the consumer project.