mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
(mockApi) Removed typings from data files
This commit is contained in:
parent
a0c20f8d59
commit
cfca19dc68
|
@ -1,8 +1,7 @@
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import { Message } from 'app/layout/common/messages/messages.types';
|
|
||||||
|
|
||||||
export const messages: Message[] = [
|
export const messages = [
|
||||||
{
|
{
|
||||||
id : '832276cc-c5e9-4fcc-8e23-d38e2e267bc9',
|
id : '832276cc-c5e9-4fcc-8e23-d38e2e267bc9',
|
||||||
image : 'assets/images/avatars/male-01.jpg',
|
image : 'assets/images/avatars/male-01.jpg',
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import { Notification } from 'app/layout/common/notifications/notifications.types';
|
|
||||||
|
|
||||||
export const notifications: Notification[] = [
|
export const notifications = [
|
||||||
{
|
{
|
||||||
id : '493190c9-5b61-4912-afe5-78c21f1044d7',
|
id : '493190c9-5b61-4912-afe5-78c21f1044d7',
|
||||||
icon : 'heroicons_outline:star',
|
icon : 'heroicons_outline:star',
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
import { Shortcut } from 'app/layout/common/shortcuts/shortcuts.types';
|
export const shortcuts = [
|
||||||
|
|
||||||
export const shortcuts: Shortcut[] = [
|
|
||||||
{
|
{
|
||||||
id : 'a1ae91d3-e2cb-459b-9be9-a184694f548b',
|
id : 'a1ae91d3-e2cb-459b-9be9-a184694f548b',
|
||||||
label : 'Changelog',
|
label : 'Changelog',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
export const user: any = {
|
export const user = {
|
||||||
id : 'cfaad35d-07a3-4447-a6c3-d8c3d54fd5df',
|
id : 'cfaad35d-07a3-4447-a6c3-d8c3d54fd5df',
|
||||||
name : 'Brian Hughes',
|
name : 'Brian Hughes',
|
||||||
email : 'hughes.brian@company.com',
|
email : 'hughes.brian@company.com',
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
import * as moment from 'moment';
|
import * as moment from 'moment';
|
||||||
import { Activity } from 'app/modules/admin/pages/activities/activities.types';
|
|
||||||
|
|
||||||
export const activities: Activity[] = [
|
export const activities = [
|
||||||
{
|
{
|
||||||
id : '493190c9-5b61-4912-afe5-78c21f1044d7',
|
id : '493190c9-5b61-4912-afe5-78c21f1044d7',
|
||||||
icon : 'heroicons_solid:star',
|
icon : 'heroicons_solid:star',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user