interface userNote {
    notes: string;
    setID: number;
}

Properties

Properties

notes: string
setID: number