Interface ISrcOpt

interface ISrcOpt {
    type: string;
    value: any;
}

Properties

Properties

type: string
value: any

Generated using TypeDoc