result-code.d.ts 120 Bytes
export declare class ResultCode {
    static SUCCESS: string;
    static NOT_FOUND: string;
    static ERROR: string;
}