CoolFace
Apppublic

sifars/automated-invoice-processing-agent-backend

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
role.interface.ts5 linesDownload Raw Back to interfaces
1export interface RoleInterface {2    id?: number; 3    name: string;4  }5