File

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

Index

Properties

Properties

comment
comment: string
Type : string
Optional
flagReasons
flagReasons: string
Type : string
Optional
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 ""