File size: 169 Bytes
c40c75a
 
 
 
 
 
1
2
3
4
5
6
import { Organization } from "../networking";

export const defaultOrg = { 
    organization_id: null, 
    organization_alias: "Default Organization" 
} as Organization