Fix TypeScript typecheck errors
This commit is contained in:
@@ -13,18 +13,36 @@ const fixtures = vi.hoisted(() => ({
|
||||
invites: [
|
||||
{
|
||||
id: 1,
|
||||
token: 'invite-token',
|
||||
url: 'https://example.test/guest/demo-event',
|
||||
qr_code_data_url: '',
|
||||
label: null,
|
||||
qr_code_data_url: null,
|
||||
usage_limit: null,
|
||||
usage_count: 0,
|
||||
expires_at: null,
|
||||
revoked_at: null,
|
||||
is_active: true,
|
||||
created_at: '2026-01-15T12:00:00Z',
|
||||
metadata: {},
|
||||
layouts: [
|
||||
{
|
||||
id: 'layout-1',
|
||||
name: 'Poster Layout',
|
||||
description: 'Layout description',
|
||||
subtitle: 'Layout subtitle',
|
||||
paper: 'a4',
|
||||
orientation: 'portrait',
|
||||
panel_mode: 'single',
|
||||
preview: {
|
||||
background: null,
|
||||
background_gradient: null,
|
||||
accent: null,
|
||||
text: null,
|
||||
},
|
||||
formats: [],
|
||||
},
|
||||
],
|
||||
layouts_url: null,
|
||||
},
|
||||
],
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user