type.ts 102 B

123456
  1. export type infoType = {
  2. svg?: string;
  3. code?: number;
  4. info?: string;
  5. accessToken?: string;
  6. };