StatusSerializer.js 57 B

12345
  1. module.exports = () => {
  2. return {
  3. key: "1"
  4. };
  5. };