interface IUpdateItemResponse {
    id: string;
    success: boolean;
}

Hierarchy (view full)

Properties

Properties

id: string
success: boolean