Interface SourceProfileFieldExperimental

interface SourceProfileField {
    name: string;
    nullable?: boolean;
    type: string;
}

Hierarchy (view full)

Properties

Properties

name: string
nullable?: boolean
type: string