/** * This file was auto-generated by Fern from our API Definition. */ export interface Graph { createdAt?: string; description?: string; graphId?: string; id?: number; name?: string; projectUuid?: string; uuid?: string; }