ai/test/_mocks_/account.ts
2020-09-19 10:40:44 +09:00

8 lines
96 B
TypeScript

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