GITLAB

sc / soc-app-library

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • soc-app-library
  • lib
  • model
  • result-code.d.ts
  • 75f29219   first commit Browse Code ยป
    Anan Sangthongtum
    2022-06-06 09:26:16 +0700  
result-code.d.ts 120 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
export declare class ResultCode {
    static SUCCESS: string;
    static NOT_FOUND: string;
    static ERROR: string;
}