interface SteamCapsuleCropRequest {
    capsule_type: "header" | "small" | "main" | "vertical" | "library" | "library_header" | "library_hero" | "page_background" | "screenshot" | "app_icon" | "shortcut_icon";
    crop_height?: number;
    crop_width?: number;
    crop_x?: number;
    crop_y?: number;
    media_id: string;
}

Properties

capsule_type: "header" | "small" | "main" | "vertical" | "library" | "library_header" | "library_hero" | "page_background" | "screenshot" | "app_icon" | "shortcut_icon"
crop_height?: number
crop_width?: number
crop_x?: number
crop_y?: number
media_id: string

Generated using TypeDoc