/**
* @description Exports for the identity module.
* @summary This file exports all the necessary components for the identity functionality, including decorators.
* @module db-decorators/identity
*/
export * from "./decorators";
Source