Type Alias Error

type Error = {
    code: string;
    detail?: string;
    title: string;
}
Index

Properties

Properties

code: string
detail?: string
title: string