mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
feat(server): new email template (#9528)
use `yarn af server dev:mail` to preview all mail template fix CLOUD-93
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { UserProps } from './components';
|
||||
import { WorkspaceProps } from './components/workspace';
|
||||
|
||||
export const TEST_USER: UserProps = {
|
||||
email: 'test@test.com',
|
||||
};
|
||||
|
||||
export const TEST_WORKSPACE: WorkspaceProps = {
|
||||
name: 'Test Workspace',
|
||||
};
|
||||
Reference in New Issue
Block a user