export type BillingUrlEntity = { /** * The url that will bring you to the necessary stripe page */ url: string; };