Type Alias ResponseErrors

type ResponseErrors = {
    errors?: dataCredentials.Errors;
}
Index