/** START: Requests */ export declare type CreateNoteRequestBody = { note: string; }; /** END: Requests */