Type Alias AppErrorResponse

type AppErrorResponse = {
    errors?: Error[];
}
Index
errors?: Error[]