Type Alias ErrorResponseCopy

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

Properties

Properties

traceId?: string