export BulkErrorResponse

interface BulkErrorResponse {
    message?: null | string;
    number?: number;
}

Properties

Properties

message?: null | string
number?: number