Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PgTextConfig

interface PgTextConfig <TEnum extends string[]> {
enum?: TEnum;
}

§Type Parameters

§
TEnum extends string[]
[src]

§Properties

§
enum?: TEnum
[src]