yswk-ui 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ export interface IProps {
145
145
  qrCodeMd5: string;
146
146
  tobaId: string;
147
147
  isFirst: 0 | 1;
148
+ verifyTime?: string;
148
149
  };
149
150
  }
150
151
  export declare const defaultPageProps: IProps;
@@ -151,6 +151,7 @@ export interface IProps {
151
151
  qrCodeMd5: string;
152
152
  tobaId: string;
153
153
  isFirst: 0 | 1;
154
+ verifyTime?: string;
154
155
  };
155
156
  }
156
157
  export declare const defaultPageProps: IProps;