mirror of
https://github.com/immich-app/immich.git
synced 2024-12-11 11:42:19 +02: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: '',
|
||
|
},
|
||
|
};
|