Interface TwingSource

interface TwingSource {
    code: string;
    name: string;
}

Properties

Properties

code: string
name: string

Generated using TypeDoc