Interface StartImportResponse

The response for the start_import operation.

StartImportResponse

interface StartImportResponse {
    id?: string;
}

Properties

Properties

id?: string

Unique identifier for the import operation.

StartImportResponse