UNPKG

@ng-supabase/core

Version:

ng-supabase is a component library and helper utilities for integrating Supabase in your angular application.

7 lines (6 loc) 136 B
export interface KeyValue<T = unknown> { [key: string]: T; } export interface NumberKeyValue<T = unknown> { [key: number]: T; }