interface Note {
    location: null | Location;
    text: string;
}

Properties

Properties

location: null | Location
text: string