Files
mail_manager/src/models/index.ts
T
Sebastian bea7c1d0fb
Build Test / test (pull_request) Successful in 37s
JS Unit Tests / test (pull_request) Failing after 37s
PHP Unit Tests / test (pull_request) Successful in 59s
refactor: service address
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-06-16 13:31:23 -04:00

32 lines
652 B
TypeScript

export { ProviderObject } from './provider';
export { ServiceObject } from './service';
export { ServiceAddressObject } from './address';
export {
CollectionObject,
CollectionPropertiesObject
} from './collection';
export { EntityObject } from './entity';
export {
MessageObject,
MessageAddressObject,
MessagePartObject
} from './message';
export {
Identity,
IdentityNone,
IdentityBasic,
IdentityToken,
IdentityOAuth,
IdentityCertificate
} from './identity';
export {
Location,
LocationUri,
LocationSocketSole,
LocationSocketSplit,
LocationFile
} from './location';
export {
MutationProxy
} from './mutation-proxy';