File

src/app/modules/shared/interfaces/shareLink.ts

Description

ISharelink Interface

Index

Properties

Properties

contentType
contentType: string
Type : string
Optional
icon
icon: string
Type : string
Optional
id
id: string
Type : string
Optional

classes of type string for icon and button id content identifier type of content type data for share link

identifier
identifier: string
Type : string
Optional
mimeType
mimeType: string
Type : string
Optional
type
type: string
Type : string
Optional
export interface ISharelink {
    /**
    * classes of type string for icon and button
    * id content identifier
    * type of content type
    * data for share link
    */
    id?: string ;
    icon?: string;
    type?: string;
    contentType?: string;
    mimeType?: string;
    identifier?: string;
}

results matching ""

    No results matching ""