mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
11 lines
204 B
TypeScript
11 lines
204 B
TypeScript
|
|
export const deviceStub = {
|
||
|
|
current: {
|
||
|
|
id: expect.any(String),
|
||
|
|
createdAt: expect.any(String),
|
||
|
|
updatedAt: expect.any(String),
|
||
|
|
current: true,
|
||
|
|
deviceOS: '',
|
||
|
|
deviceType: '',
|
||
|
|
},
|
||
|
|
};
|