File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ import type { Resource } from '../../types';
55export interface Button extends Resource {
66 /** Press the button. */
77 press : ( extra ?: Struct ) => Promise < void > ;
8- }
8+ }
Original file line number Diff line number Diff line change 11import { Struct , type JsonValue } from '@bufbuild/protobuf' ;
22import type { CallOptions , PromiseClient } from '@connectrpc/connect' ;
33import { ButtonService } from '../../gen/component/button/v1/button_connect' ;
4- import {
5- PushRequest ,
6- } from '../../gen/component/button/v1/button_pb' ;
4+ import { PushRequest } from '../../gen/component/button/v1/button_pb' ;
75import type { RobotClient } from '../../robot' ;
86import type { Options } from '../../types' ;
97import { doCommandFromClient } from '../../utils' ;
@@ -49,4 +47,4 @@ export class ButtonClient implements Button {
4947 callOptions
5048 ) ;
5149 }
52- }
50+ }
You can’t perform that action at this time.
0 commit comments