mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
21 lines
274 B
TypeScript
21 lines
274 B
TypeScript
declare module "@roleypoly/types"
|
|
export {
|
|
PresentableRole,
|
|
CachedRole,
|
|
Permissions
|
|
} from './role'
|
|
|
|
export {
|
|
PresentableServer,
|
|
ServerModel,
|
|
ServerSlug
|
|
} from './server'
|
|
|
|
export {
|
|
Category
|
|
} from './category'
|
|
|
|
export {
|
|
UserPartial,
|
|
Member
|
|
} from './user'
|