Type alias ListSourceDataForResearchContextViewModel_Input

ListSourceDataForResearchContextViewModel_Input: {
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    source_data_list: SourceData[];
    status: boolean;
}

View Model for the List Source Data For Research Context Feature. Represents all source data in the database for a given research context.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • source_data_list: SourceData[]

    List of source data in the database for a given research context.

  • status: boolean

Generated using TypeDoc