13 lines
453 B
TypeScript
13 lines
453 B
TypeScript
|
|
/**
|
||
|
|
* Generated by orval v8.8.1 🍺
|
||
|
|
* Do not edit manually.
|
||
|
|
* Veza Backend API
|
||
|
|
* Backend API for Veza platform.
|
||
|
|
* OpenAPI spec version: 1.2.0
|
||
|
|
*/
|
||
|
|
import type { InternalHandlersUpdateCollaboratorPermissionRequestPermission } from './internalHandlersUpdateCollaboratorPermissionRequestPermission';
|
||
|
|
|
||
|
|
export interface InternalHandlersUpdateCollaboratorPermissionRequest {
|
||
|
|
permission: InternalHandlersUpdateCollaboratorPermissionRequestPermission;
|
||
|
|
}
|