UNPKG

@oystehr/sdk

Version:

Oystehr SDK

13 lines (11 loc) 175 B
// AUTOGENERATED -- DO NOT EDIT export interface RoleStub { /** * The unique id of the role */ id: string; /** * The name of the role. */ name: string; }