Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created January 13, 2023 04:57
Show Gist options
  • Save dipeshhkc/4d3667e5cd898f5fac818a88eb144337 to your computer and use it in GitHub Desktop.
Save dipeshhkc/4d3667e5cd898f5fac818a88eb144337 to your computer and use it in GitHub Desktop.
export enum USER_STATUS {
NO_ACTIVE_SUBSCRIPTION,
IS_IN_TRIAL,
IN_SUBSCRIPTION,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment