FolderInfo.ts 79 B

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