PHP Classes

File: frontend/src/interfaces/IChildren/ICardShop.ts

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/src/interfaces/IChildren/ICardShop.ts   Download  
File: frontend/src/interfaces/IChildren/ICardShop.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 3 months ago
Size: 235 bytes
 

Contents

Class file image Download
export interface ICardShopClean{ image: any; title_image: string; title: string; } export interface ICardShop{ image: any; title_image: string; title: string; name: string; value: string; id: any; }