PJob-prisma/types/find.ts
2024-04-12 18:23:44 +08:00

7 lines
93 B
TypeScript

export type Find = {
area: string;
type: string;
time: string;
pay: number;
};