UNPKG

neondb

Version:

create a claimable Neon database in seconds!

8 lines (6 loc) 234 B
declare const LAUNCHPAD_URLS: { GET_DATABASE_DATA: (dbId: string) => string; CREATE_CLAIMABLE_DATABASE: (dbId: string, referrer?: string) => string; CLAIM_DATABASE: (dbId: string) => string; }; export { LAUNCHPAD_URLS };