FolderInfo.ts 78 B

12345
  1. export interface FolderInfo {
  2. id: number;
  3. title: string;
  4. url: string;
  5. }