Interface ISourceDisplayed

interface ISourceDisplayed {
    source: null | string;
    version: null | number;
}

Properties

Properties

source: null | string
version: null | number