Skip to content

Commit 81bc967

Browse files
committed
Fix
1 parent 1cfbbe5 commit 81bc967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/clients/src/api/audit_trail/v1alpha1/types.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export interface Product {
149149
services: ProductService[]
150150
}
151151

152-
export interface ListEventsRequest {
152+
export type ListEventsRequest = {
153153
/**
154154
* Region to target. If none is passed will use default region from the
155155
* config.
@@ -193,7 +193,7 @@ export interface ListEventsResponse {
193193
nextPageToken?: string
194194
}
195195

196-
export interface ListProductsRequest {
196+
export type ListProductsRequest = {
197197
/**
198198
* Region to target. If none is passed will use default region from the
199199
* config.

0 commit comments

Comments
 (0)