DesertWolf's picture
Upload folder using huggingface_hub
447ebeb verified
raw
history blame contribute delete
169 Bytes
import { Organization } from "../networking";
export const defaultOrg = {
organization_id: null,
organization_alias: "Default Organization"
} as Organization