Type alias NewSourceDataViewModel_Input
NewSourceDataViewModel_Input: { code: number; errorCode?: number | null; errorMessage?: string | null; errorName?: string | null; errorType?: string | null; source_data: SourceData | null; status: boolean; } Type declaration
code: number
Optional errorCode?: number | null
Optional errorMessage?: string | null
Optional errorName?: string | null
Optional errorType?: string | null
status: boolean
View Model for the New Source Data Feature.