zibri
    Preparing search index...

    All data needed to generate files for a provider and updating the index.ts.

    type GenerateEntityFilesForProviderResult = {
        filesToGenerate: FileToGenerate[];
        indexLines: string[];
    }
    Index

    Properties

    filesToGenerate: FileToGenerate[]

    The files to generate.

    indexLines: string[]

    The lines to add to the index.ts.