interface TestExtensionFieldDetails {
    id?: number;
    isResultScoped?: boolean;
    isRunScoped?: boolean;
    isSystemField?: boolean;
    name?: string;
    type?: SqlDbType;
}

Properties

id?: number
isResultScoped?: boolean
isRunScoped?: boolean
isSystemField?: boolean
name?: string
type?: SqlDbType