Type Alias ErrorResponse

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

Properties

Properties

errors?: Error[]
traceId?: string