feat: frontend url setting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface EntityId {
|
||||
id: number;
|
||||
}
|
||||
export type AuthType = "register" | "login";
|
||||
export type PriceType = "subscription" | "payment";
|
||||
export type PriceSubscriptionDuration = "month" | "quarter" | "year";
|
||||
export type Price = {
|
||||
|
||||
Reference in New Issue
Block a user