mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 19:10:48 +02:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
export const uuidStub = {
|
|
invalid: 'invalid-uuid',
|
|
// valid uuid v4
|
|
notFound: '00000000-0000-4000-a000-000000000000',
|
|
};
|