Skip to content

Home > extract-pg-schema > AttributeType

AttributeType type

Attribute type in a composite type.

Signature:

typescript
export type AttributeType = {
    fullName: string;
    kind: "base" | "range" | "domain" | "composite" | "enum";
};