interface PhotosCreateAlbumOptions
{
}
interface PhotosAlbumsFetchOptions
{
}
interface PhotosAlbumsResult
{
}
interface PhotosFetchOptions
{
albumIdentifier
?:
string
thumbnailHeight
?:
number
thumbnailQuality
?:
number
}
interface PhotosResult
{
}
interface PhotosSaveOptions
{
albumIdentifier
?:
string
}
interface PhotosSaveResult
{
}