Skip to content

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

informationSchemaValue

InformationSchemaDomain

Information schema value for the domain.

innerType

string

Qualified name of the inner type of the domain.