Files
caszl-next/app/types/album.ts
quantulr 1a22404f19 update
2023-11-01 17:27:06 +08:00

7 lines
88 B
TypeScript

export interface Album {
id: number;
name: string;
path: string;
uri: string;
}