interface IExtraLib {
    content: string;
    version: number;
}

Properties

Properties

content: string
version: number