export interface UpdateTemplateUsageCommand { scope: string; headerId: number | null; bodyId: number | null; footerId: number | null; }