Type alias RealmSkeleton

RealmSkeleton: IdObjectSkeletonInterface & {
    active: boolean;
    aliases: string[];
    name: string;
    parentPath: string;
}

Type declaration

  • active: boolean
  • aliases: string[]
  • name: string
  • parentPath: string