Interface TsDirective

interface TsDirective {
    from?: string;
    inputType?: string;
    type: string;
}

Properties

Properties

from?: string
inputType?: string
type: string