mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export interface Photos {
|
|
filepath: string;
|
|
webviewPath: string;
|
|
} |