refactor: use display_name for wallpaper name
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
interface ImageAsset {
|
||||
asset_id: string;
|
||||
public_id: string;
|
||||
display_name: string;
|
||||
format: "jpg" | "png" | "heic";
|
||||
version: number;
|
||||
resource_type: "image";
|
||||
|
Reference in New Issue
Block a user