File

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

Properties

flaggedBy
flaggedBy: string
Type : string
flagReasons
flagReasons: string[]
Type : string[]
flags
flags: string[]
Type : string[]
versionKey
versionKey: 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 ""