- Preparing search index...
- The search index is not available
polykey
Type alias ClientRPCResponseResult<T>
ClientRPCResponseResult<T>: { metadata?: { [
Key:
string]
: JSONValue; } & Partial<{ authorization: string; timeout: number; }>; } & Omit<T, "metadata">
Type declaration
-
Optional
metadata?: {
[Key: string]: JSONValue;
} & Partial<{
authorization: string;
timeout: number;
}>