interface JFormPhotoUpdate {
    comment?: string;
    photoId: JId;
    title?: string;
}

Properties

comment?: string
photoId: JId
title?: string