Interface IUpdateCommentsOptions

Options for updateComments() function.

interface IUpdateCommentsOptions {
    configurations: EntityConfigurations;
    context: IDataContext;
}

Properties

configurations: EntityConfigurations

The configurations from where to get the documentation/comments from.

context: IDataContext

The underlying database connection / context.

Generated using TypeDoc