NewSourceDataViewModel_Output: {
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    source_data: SourceData | null;
    status: boolean;
}

View Model for the New Source Data Feature.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • source_data: SourceData | null

    The source data object containing the metadata of the registered file.

  • status: boolean

Generated using TypeDoc