Type alias Ident

Ident: {
    _tag: "Ident";
    name: string;
}

Identifier, e.g. for a table or column

Type declaration

  • _tag: "Ident"
  • name: string

Generated using TypeDoc