/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {
 *         note_id: "1"
 *     }
 */
export interface FindNoteRequest {
    /**
     * The unique identifier of a given note
     */
    note_id: string;
}
