UNPKG

syms-api-interfaces

Version:
7 lines (6 loc) 201 B
import type { ExtractValue } from 'src/types'; export declare const USER_PROVIDER: { google: "google.com"; email: "password"; }; export type USER_PROVIDER = ExtractValue<typeof USER_PROVIDER>;