447ebeb
1
2
3
4
5
6
import { Organization } from "../networking"; export const defaultOrg = { organization_id: null, organization_alias: "Default Organization" } as Organization