ai/test/__mocks__/account.ts
2020-09-20 20:41:10 +09:00

8 lines
96 B
TypeScript

export const account = {
id: '0',
name: '藍',
username: 'ai',
host: null,
isBot: true,
};