export enum Status { Success = 200, UnknownError = 400, OutOfDate = 401, NotFound = 404, Teapot = 418, }