Interface IFileUpdate

interface IFileUpdate {
    content?: string;
    line?: number;
    ts?: number;
}

Properties

Properties

content?: string
line?: number
ts?: number

Generated using TypeDoc