export interface indexOptions { fieldName: string; unique?: boolean; sparse?: boolean; expireAfterSeconds?: number; }