Interface UpdateExamplesResponse

interface UpdateExamplesResponse {
    count: number;
    example_ids: string[];
}

Hierarchy (View Summary)

Properties

Properties

count: number
example_ids: string[]