File

src/app/modules/core/interfaces/flag.ts

Index

Properties

Properties

description
description: string
Type : string
Optional
name
name: string
Type : string
value
value: string
Type : string
export interface IFlagData {
    flagReasons?: string;
    comment?: string;
}

export interface IFlagReason {
    name: string;
    value: string;
    description?: string;
}

export interface IRequestData {
    flaggedBy?: string;
   versionKey?: string;
     flagReasons?: Array<string>;
     flags?: Array<string>;
 }

results matching ""

    No results matching ""