Interface ResponseWarning

interface ResponseWarning {
    details?: { [key: string]: string };
    id: number;
    message: string;
}

Properties

Properties

details?: { [key: string]: string }
id: number
message: string