Interface ListImportsResponse

The response for the list_imports operation.

ListImportsResponse

interface ListImportsResponse {
    data?: ImportModel[];
    pagination?: Pagination;
}

Properties

Properties

data?: ImportModel[]

ListImportsResponse

pagination?: Pagination

ListImportsResponse