PHP Classes

File: frontend/src/interfaces/ICardBlog/ICardBlog.ts

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/src/interfaces/ICardBlog/ICardBlog.ts   Download  
File: frontend/src/interfaces/ICardBlog/ICardBlog.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: 352 bytes
 

Contents

Class file image Download
export interface ICardBlog { background_color?: string; details_color?: string; link_color?: string; title: string; text_details: string; route: string; image: any; } export interface ICardBlogStyled { background_color?: string | undefined; details_color?: string | undefined; link_color?: string | undefined; }