harbor/src/ui/static/app/project/member/member.ts

4 lines
55 B
TypeScript

export class Member {
name: string;
role: string;
}