UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 308 B
import { PermissionTypeEnum } from './PermissionTypeEnum'; /** Attach given index to role */ export interface RolePermissionIndexCreation { /** Index ID */ indexId: string; /** Permission type */ permissionType?: PermissionTypeEnum; } //# sourceMappingURL=RolePermissionIndexCreation.d.ts.map