Skip to content

Home > extract-pg-schema > RangeDetails

RangeDetails interface

Range type in a schema.

Signature:

typescript
export interface RangeDetails extends PgType<"range">

Extends: PgType<"range">

Properties

Property

Modifiers

Type

Description

innerType

string

Qualified name of the inner type of the range.