Type Alias ResponseErrors

type ResponseErrors = {
    errors?: PublicApiError[];
}
Index
errors?: PublicApiError[]