UNPKG

@digitalpersona/services

Version:
11 lines (10 loc) 234 B
export declare class ServerStatus { static readonly S_OK: { error_code: number; description: string; }; static readonly E_FAIL: { error_code: number; description: string; }; }