GetButtonRPCPayload
type GetButtonRPCPayload<P, K> = ButtonRPCPayload[K][P];
Type Parameters
| Type Parameter | Default type |
|---|---|
P extends keyof ButtonRPCPayload[K] | - |
K extends keyof ButtonRPCPayload | keyof ButtonRPCPayload |
type GetButtonRPCPayload<P, K> = ButtonRPCPayload[K][P];
| Type Parameter | Default type |
|---|---|
P extends keyof ButtonRPCPayload[K] | - |
K extends keyof ButtonRPCPayload | keyof ButtonRPCPayload |