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

PgCharConfig

interface PgCharConfig <TEnum extends string[]> {
enum?: TEnum;
length?: number;
}

§Type Parameters

§
TEnum extends string[]
[src]

§Properties

§
enum?: TEnum
[src]
§
length?: number
[src]