Skip to content

Home > extract-pg-schema > Index

Index type

Index for a column.

Signature:

typescript
export type Index = {
    name: string;
    isPrimary: boolean;
};