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; }