mirror of
https://github.com/diced/zipline.git
synced 2025-05-10 18:05:54 +02:00
5 lines
129 B
TypeScript
Executable file
5 lines
129 B
TypeScript
Executable file
import type { Url as PrismaUrl } from '../../../../generated/client';
|
|
|
|
export type Url = PrismaUrl & {
|
|
similarity?: number;
|
|
};
|