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';
5
5
export interface Button extends Resource {
6
6
/** Press the button. */
7
7
press : ( extra ?: Struct ) => Promise < void > ;
8
- }
8
+ }
Original file line number Diff line number Diff line change 1
1
import { Struct , type JsonValue } from '@bufbuild/protobuf' ;
2
2
import type { CallOptions , PromiseClient } from '@connectrpc/connect' ;
3
3
import { 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' ;
7
5
import type { RobotClient } from '../../robot' ;
8
6
import type { Options } from '../../types' ;
9
7
import { doCommandFromClient } from '../../utils' ;
@@ -49,4 +47,4 @@ export class ButtonClient implements Button {
49
47
callOptions
50
48
) ;
51
49
}
52
- }
50
+ }
You can’t perform that action at this time.
0 commit comments