@lynsoluciones/medusa-docs
Version:
Medusa plugins to generate docs
18 lines (17 loc) • 749 B
JavaScript
;
/*
*
*
* MIT License
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SHIPPING_TAG_NUMBER_PLACEHOLDER = exports.PACKING_SLIP_NUMBER_PLACEHOLDER = exports.INVOICE_NUMBER_PLACEHOLDER = void 0;
exports.INVOICE_NUMBER_PLACEHOLDER = `{invoice_number}`;
exports.PACKING_SLIP_NUMBER_PLACEHOLDER = `{packing_slip_number}`;
exports.SHIPPING_TAG_NUMBER_PLACEHOLDER = `{shipping_tag_number}`;