/**
 * @example
 *     {
 *         id: "id"
 *     }
 */
export interface GetCrmNotesIdRequest {
    /** Note ID to get */
    id: string;
}
