UNPKG

@oystehr/sdk

Version:

Oystehr SDK

11 lines (10 loc) 158 B
export interface RoleStub { /** * The unique id of the role */ id: string; /** * The name of the role. */ name: string; }