interface Source {
    name?: string;
    url?: string;
}

Properties

Properties

name?: string
url?: string