Interface GroupsPhotoSize

interface GroupsPhotoSize {
    height: number;
    width: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

height: number

Image height

width: number

Image width

Generated using TypeDoc