Interface UpdateShotParams

interface UpdateShotParams {
    description?: string;
    low_profile?: boolean;
    scheduled_for?: string;
    tags?: string[];
    team_id?: number;
    title?: string;
}

Properties

description?: string
low_profile?: boolean
scheduled_for?: string
tags?: string[]
team_id?: number
title?: string