Interface SourceParams

interface SourceParams {
    default?: boolean;
    external_id: string;
    name: string;
    origin_code?: string;
    pipeline_id?: number;
    services?: ServiceParams[];
}

Properties

default?: boolean
external_id: string
name: string
origin_code?: string
pipeline_id?: number
services?: ServiceParams[]