Type Alias ErrorResponse

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