Type alias GetModelFromSourceOptions

GetModelFromSourceOptions: {
    ignore?: string | string[];
    logger?: Logger;
    verbose?: boolean;
}

Options for the getModelFromSource function.

Type declaration

  • Optional ignore?: string | string[]

    Pattern to match the source files to be ignored in the model.

  • Optional logger?: Logger

    Logger object. (default: console)

  • Optional verbose?: boolean

    Whether to display verbose logs. (default: false)

Generated using TypeDoc