import {Str, Model, Uid} from '@vuex-orm/core' export class OrganizationNetwork extends Model { static entity = 'organization_networks' @Uid() id!: number | string | null }