Home > extract-pg-schema > ExtractSchemaOptions > schemas
ExtractSchemaOptions.schemas property
Will contain an array of schema names to extract. If undefined, all non-system schemas will be extracted.
Signature:
typescript
schemas?: string[];