UNPKG
@gacua/backend
Version:
latest (0.0.1-alpha.10)
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
GACUA Backend
@gacua/backend
/
dist
/
repository
/
index.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
* Copyright 2025 MuleRun * SPDX-License-Identifier: Apache-2.0 */
import
{
SessionRepository
}
from
'./session.js'
;
export
declare
const
sessionRepository
:
SessionRepository
;