Skip to content

Commit 749b880

Browse files
committed
payments screen
1 parent c1799b9 commit 749b880

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • packages/dashboard/src/utils/data
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export const Plans = {
2+
free: {
3+
requests: 100
4+
},
5+
pro: {
6+
requests: 10000,
7+
}
8+
} as const;

0 commit comments

Comments
 (0)