1 2 3 4 5
export declare class ResultCode { static SUCCESS: string; static NOT_FOUND: string; static ERROR: string; }