packages/components/src/views/PhoneBillRecharge/context.ts
@@ -25,3 +25,10 @@ export function usePhoneBillRechargeContext() { return inject(PhoneBillRechargeContextKey); } export type PhoneUserAccountExtraProperties = { ispCode: string; phone: string; name: string; remark: string; };