added yearly plan

This commit is contained in:
Daniel
2023-09-11 00:20:31 -04:00
parent 8fd108c74e
commit 5583fd82f3
5 changed files with 77 additions and 14 deletions
+5
View File
@@ -85,3 +85,8 @@ interface CollectionIncludingLinks extends Collection {
export interface Backup extends Omit<User, "password" | "id" | "image"> {
collections: CollectionIncludingLinks[];
}
export enum Plan {
monthly,
yearly,
}