Init
This commit is contained in:
commit
0029086b3f
148 changed files with 19047 additions and 0 deletions
7
commands/add-object/template/api/blank.ts
Normal file
7
commands/add-object/template/api/blank.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { {{ nameFirst }} } from '@baseline/types/{{ nameKebab }}';
|
||||
|
||||
export const {{ nameCamel }}Mapper = (data: {{ nameFirst }}): {{ nameFirst }} => {
|
||||
const {{ nameCamel }}: {{ nameFirst }} = {{{ mapperFields }}
|
||||
};
|
||||
return {{ nameCamel }};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue