UNPKG

habits-cli

Version:

The habits application seeks to help individuals build up healthy habits.

9 lines (8 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SecretType = void 0; var SecretType; (function (SecretType) { SecretType["accessToken"] = "access-token"; SecretType["refreshToken"] = "refresh-token"; })(SecretType = exports.SecretType || (exports.SecretType = {}));