| 25 | * Base options included on every page. |
| 26 | */ |
| 27 | export interface ClientConfiguration { |
| 28 | codeServerVersion: string |
| 29 | /** Relative path from this page to the root. No trailing slash. */ |
| 30 | base: string |
| 31 | /** Relative path from this page to the static root. No trailing slash. */ |
| 32 | csStaticBase: string |
| 33 | } |
| 34 | |
| 35 | declare global { |
| 36 | // eslint-disable-next-line @typescript-eslint/no-namespace |
nothing calls this directly
no outgoing calls
no test coverage detected