Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Add JSDoc #22

Open
EdamAme-x opened this issue Jan 20, 2024 · 0 comments
Open

Add JSDoc #22

EdamAme-x opened this issue Jan 20, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@EdamAme-x
Copy link
Owner

EdamAme-x commented Jan 20, 2024

e.g.

export const PayPayStatus = {
  /**
   * @description Login Succeful Status
   * @type {string}
   */
  LoginSuccess: 'LoginSuccess',
  // ...
  LoginFailed: 'LoginFailed',
  LoginIncorrectPassOrPhone: 'LoginIncorrectPassOrPhone',
  LoginNeedOTP: 'LoginNeedOTP',
  LoginDontNeedOTP: 'LoginDontNeedOTP',
  OTPLoginSuccess: 'OTPLoginSuccess',
  OTPLoginFail: 'OTPLoginFail',
  LoginAlreadySuccess: 'LoginAlreadySuccess',
}
@EdamAme-x EdamAme-x added the good first issue Good for newcomers label Jan 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant