export interface ObjectAdapterOptions {
    generateId?: boolean;
    defaultIdAttribute?: string;
    uuidPrimary?: boolean;
}
