Home > extract-pg-schema > DomainDetails
DomainDetails interface
Domain type in a schema.
Signature:
typescript
export interface DomainDetails extends PgType<"domain">
Extends: PgType<"domain">
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Information schema value for the domain. | |||
string | Qualified name of the inner type of the domain. |