component-shipinlv 0.0.20 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Buy/index.d.ts +1 -1
- package/dist/typings.d.ts +1 -1
- package/package.json +1 -1
package/dist/Buy/index.d.ts
CHANGED
package/dist/typings.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
declare namespace Global {
|
2
2
|
export type Env = 'local' | 'pre' | 'prod';
|
3
3
|
type AuthClientLoginType = 'wechat' | 'account' | 'alipay';
|
4
|
-
export type ProductKind = 'vip' | 'card
|
4
|
+
export type ProductKind = 'vip' | 'vip-card' | string;
|
5
5
|
interface RequestResult{
|
6
6
|
code: string;
|
7
7
|
success?: boolean;
|