UNPKG

@oystehr/sdk

Version:

Oystehr SDK

13 lines (10 loc) 262 B
// AUTOGENERATED -- DO NOT EDIT import { AccessPolicy } from './AccessPolicy'; export interface DeveloperUpdateParams { /** * A list of ids of roles to be assigned to the developer. */ roles?: string[]; accessPolicy?: AccessPolicy; id: string; }