interface Declaration {
    end: number;
    property: string;
    start: number;
    type: "Declaration";
    value: string;
}

Hierarchy (View Summary)

Properties

end: number
property: string
start: number
type: "Declaration"
value: string