UNPKG

@fox-hound-tools/refine-library

Version:

Refine sdk library

4 lines (3 loc) 177 B
import { DataProviderKey } from './types'; export declare const ALL_SDK: Record<DataProviderKey, 'sdk'>; export declare const ALL_SUPABASE: Record<DataProviderKey, 'supabase'>;