export interface TacticOptions { id?: string; name: string; collectionId: string; creatorId: string; [key: string]: any; }