| // Code generated by @openmeter/typespec-typescript. DO NOT EDIT. | |
| import type { ListCustomerEntitlementAccessResponseData } from '../types.js' | |
| export type ListCustomerEntitlementAccessRequest = { | |
| customerId: string | |
| } | |
| export type ListCustomerEntitlementAccessResponse = | |
| ListCustomerEntitlementAccessResponseData | |