api/client/types/role.ts

4 lines
42 B
TypeScript
Raw Permalink Normal View History

export type Role = {
name: string;
};