File size: 173 Bytes
bc20498 |
1 2 3 4 5 |
declare module '__SERVER__/internal.js' {
export const options: import('types').SSROptions;
export const get_hooks: () => Promise<Partial<import('types').ServerHooks>>;
}
|
bc20498 |
1 2 3 4 5 |
declare module '__SERVER__/internal.js' {
export const options: import('types').SSROptions;
export const get_hooks: () => Promise<Partial<import('types').ServerHooks>>;
}
|