Type alias PostgresDataSource

PostgresDataSource: {
    config: {
        table: string;
        url: string;
    };
    fields: string[];
    type: "postgres";
}

Type declaration

  • config: {
        table: string;
        url: string;
    }
    • table: string
    • url: string
  • fields: string[]
  • type: "postgres"

Generated using TypeDoc