Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function schema() {
- return {
- 'Полное имя': {
- prop: 'fullName',
- type: String,
- required: true,
- },
- 'Действие пользователя': {
- prop: 'userAction',
- type: String,
- required: true,
- },
- 'Метка времени': {
- prop: 'timestamp',
- type: String,
- required: true,
- },
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment