Type Alias Errors

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

Properties

Properties

errors?: Error[]
traceId?: string