strapi-plugin-vercel-deploy
Version:
Strapi v4 plugin to trigger and monitor a deployment on Vercel
20 lines (16 loc) • 396 B
JavaScript
/**
* Translation Key
* @typedef {import('../../types/typedefs').TranslationKey} TranslationKey
*/
/**
* Text variant
* @typedef {"alpha"|"beta"|"delta"|"epsilon"|"omega"|"pi"|"sigma"} TextVariant
*/
/**
* FormattedMessage Props
* @typedef {Object} Props
* @property {TranslationKey} labelId
* @property {TextVariant} variant
* @property {string} textColor
*/
exports.unused = {};