qwertyforce 1da0e99672 photo
2021-01-22 22:49:08 +03:00

6 lines
106 B
TypeScript

export default interface Photo {
src: string,
key: string,
width: number,
height: number
}