export interface StatResponseError {
    status: "error",
    path: string,
    code: string,
    msg: string,