export interface Options { clientId: string; category?: "gov" | "ncp" | "fin"; subModules?: string; }