export interface ProjectRole { /** * The name of the project role. */ name?: string; /** * The translated name of the project role. */ translatedName?: string; /** * Whether the calling user is part of this role. */ currentUserRole?: boolean; } //# sourceMappingURL=ProjectRole.d.ts.map