CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
sifars
/
automated-invoice-processing-agent-backend
source
Hugging Face
updated 2y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
src
shared
interfaces
role.interface.ts
role.interface.ts
5 lines
Copy path
Download
Raw
Back to interfaces
1
export interface RoleInterface {
2
id?: number;
3
name: string;
4
}
5