export default class Account { } Account.schema = { name: 'Account', properties: { authentication_token: 'string' } };