export type CreateMultiCommunity = { name: string; title?: string; summary?: string; sidebar?: string; };