Type Alias ErrorResponseCopy

type ErrorResponseCopy = {
    errors?: ErrorResponseCodeCopy[];
    traceId?: string;
}
Index
traceId?: string