UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 679 B
# BatchCheckPermissionResult Batch Check Permission Result ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **results** | [**Array<CheckPermissionResultWithError>**](CheckPermissionResultWithError.md) | An array of check results. The order aligns with the input order. | [default to undefined] ## Example ```typescript import { BatchCheckPermissionResult } from '@ory/client'; const instance: BatchCheckPermissionResult = { results, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)