feat(model): ✨ add @models
exports
This commit is contained in:
parent
f7f3bbf0e0
commit
59bf2cd44d
11
src/models/mod.ts
Normal file
11
src/models/mod.ts
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
export {
|
||||||
|
Ref,
|
||||||
|
type RefResolver,
|
||||||
|
type RefString,
|
||||||
|
} from '@/src/models/utils/ref.ts'
|
||||||
|
export { Credential } from '@models/credential.ts'
|
||||||
|
export { Group } from '@models/group.ts'
|
||||||
|
export { Machine } from '@models/machine.ts'
|
||||||
|
export type { Ressource } from '@models/ressource.ts'
|
||||||
|
export { Service } from '@models/service.ts'
|
||||||
|
export { User } from '@models/user.ts'
|
Loading…
Reference in a new issue