type ErrorResponse = {
    errors?: automationConnections.Error[];
    traceId?: string;
}
Index

Properties

Properties

traceId?: string