Skip to content

Home > extract-pg-schema > ExtractSchemaOptions > onProgressStart

ExtractSchemaOptions.onProgressStart property

Called with the number of types to extract.

Signature:

typescript
onProgressStart?: (total: number) => void;