File size: 605 Bytes
1477a90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Code generated by @openmeter/typespec-typescript. DO NOT EDIT.

import { z } from 'zod'
import * as schemas from '../schemas.js'
import type { AcceptDateStrings } from '../../lib/wire.js'
import type {
  CursorPaginationQueryPage,
  GovernanceQueryRequestInput,
  GovernanceQueryResponse,
} from '../types.js'

export interface QueryGovernanceAccessQuery {
  page?: CursorPaginationQueryPage
}

export type QueryGovernanceAccessRequest = AcceptDateStrings<
  {
    body: GovernanceQueryRequestInput
  } & QueryGovernanceAccessQuery
>
export type QueryGovernanceAccessResponse = GovernanceQueryResponse