/**
 * NotFound
 *
 * 404 Not Found
 */
export type NotFound = {
    errors: {
        /**
         * Fuller message giving context to error
         */
        detail: string;
    };
};
//# sourceMappingURL=not-found.d.cts.map