mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-16 11:28:15 +08:00
Added public toggle to add note and made it consistent with edit note
This commit is contained in:
parent
cecc63eb7e
commit
ed9715c63f
3 changed files with 79 additions and 54 deletions
|
@ -59,6 +59,7 @@ export interface ActivationParams {
|
|||
export interface AddNoteParams {
|
||||
title: string;
|
||||
content: string;
|
||||
public: boolean;
|
||||
}
|
||||
|
||||
export interface UpdateNoteParams {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue