Interface SourceProfileFieldExperimental

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

Properties

Properties

name: string
nullable?: boolean
type: string