interface userMinifigNote {
    minifigNumber: string;
    notes: string;
}

Properties

Properties

minifigNumber: string
notes: string