File size: 317 Bytes
1477a90 | 1 2 3 4 5 6 7 8 9 10 | // Code generated by @openmeter/typespec-typescript. DO NOT EDIT.
import type { ListCustomerEntitlementAccessResponseData } from '../types.js'
export type ListCustomerEntitlementAccessRequest = {
customerId: string
}
export type ListCustomerEntitlementAccessResponse =
ListCustomerEntitlementAccessResponseData
|