ai/test/__mocks__/account.ts

8 lines
96 B
TypeScript
Raw Normal View History

2020-09-19 01:40:44 +00:00
export const account = {
id: '0',
name: '藍',
username: 'ai',
host: null,
isBot: true,
};