Type Alias ResponseErrors

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

Properties

Properties

errors?: PublicApiError[]