UNPKG

@nixjs23n6/types

Version:

Typings for gRPC Web Client.

13 lines (12 loc) 265 B
export declare namespace Interfaces { interface Logger { debug?: boolean; namespace?: string; color?: string; } interface ResponseData<T> { error?: unknown; status?: "SUCCESS" | "ERROR"; data?: T; } }