UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

28 lines 558 B
export const fields = []; export const displayFields = [ { name: 'id', label: 'ID', placeholder: '', helpText: '', cliFlag: '', cliShortFlag: '', }, { name: 'name', label: 'Name', placeholder: '', helpText: '', cliFlag: '', cliShortFlag: '', }, { name: 'created_at', label: 'Created At', placeholder: '', helpText: '', cliFlag: '', cliShortFlag: '', }, ]; //# sourceMappingURL=fields.js.map