zibri
    Preparing search index...

    The result for generating a single entity.

    type GenerateEntityFileResult = {
        foundSchemas: OpenApiSchemas;
        lines: string[];
    }
    Index

    Properties

    Properties

    foundSchemas: OpenApiSchemas

    Any additional found open api schemas.

    lines: string[]

    The lines needed to generate the entity file.