2024-03-06 08:30:45 -05:00
|
|
|
declare module 'astro:db' {
|
|
|
|
export const sql: typeof import('./dist/runtime/config.js').sql;
|
|
|
|
export const NOW: typeof import('./dist/runtime/config.js').NOW;
|
|
|
|
export const TRUE: typeof import('./dist/runtime/config.js').TRUE;
|
|
|
|
export const FALSE: typeof import('./dist/runtime/config.js').FALSE;
|
|
|
|
export const column: typeof import('./dist/runtime/config.js').column;
|
2024-03-07 20:21:03 -05:00
|
|
|
export const defineDb: typeof import('./dist/runtime/config.js').defineDb;
|
2024-03-06 08:30:45 -05:00
|
|
|
export const defineTable: typeof import('./dist/runtime/config.js').defineTable;
|
|
|
|
}
|