/**
 * Supabase Node - Version 1
 * Re-exports all discriminator combinations.
 */

import type { SupabaseV1RowNode } from './resource_row';

export * from './resource_row';

export type SupabaseV1Node = SupabaseV1RowNode;