Blame view

lib/model/result-code.d.ts 120 Bytes
75f29219   Anan Sangthongtum   first commit
1
2
3
4
5
export declare class ResultCode {
    static SUCCESS: string;
    static NOT_FOUND: string;
    static ERROR: string;
}