Type alias ListSourceDataViewModel_Output
ListSourceDataViewModel_Output: { code: number; errorCode?: number | null; errorMessage?: string | null; errorName?: string | null; errorType?: string | null; source_data_list: SourceData[]; 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 List Source Data Feature. Represents all source data in the database if no client_id was passed, or all source data for a given client_id if it was provided as a parameter.