export interface DeleteOrganizationCommand { id: string; soft?: boolean; }