export interface EnumerationOption {
id: string;
page_number: string | null;
width: string | null;
height: string | null;
created: number;
enumeration_id?: string | null;
user_id?: string | null;
data?: string | null;
email?: string | null;
x?: string | null;
y?: string | null;
}