Type Alias ErrorResponseCopy

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