Type Alias AppErrorResponse

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

Properties

Properties

errors?: Error[]