Shyamnath's picture
Push UI dashboard and deployment files
c40c75a
raw
history blame contribute delete
169 Bytes
import { Organization } from "../networking";
export const defaultOrg = {
organization_id: null,
organization_alias: "Default Organization"
} as Organization