corretto altro ts...

ora manca ancora il vuelidate
This commit is contained in:
paolo
2018-11-08 01:09:33 +01:00
parent 6811202571
commit 6522a88eb7
34 changed files with 537 additions and 339 deletions

7
src/common/message.ts Normal file
View File

@@ -0,0 +1,7 @@
export const PayloadMessageTypes = {
error: 'Error',
info: 'Info',
failure: 'Failure',
success: 'Success',
warning: 'Warning'
}