UNPKG

@ncodedcode/ncode_react_lib

Version:

ncode react application context library

9 lines (8 loc) 214 B
export declare class NCNetworkResponse { status: number; message: string; data: any; constructor(status: number, message: string, data: any); get isSuccess(): boolean; toString(): string; }