export type AdminAllowInstanceParams = { instance: string; allow: boolean; reason: string; };