Type alias Resource

Resource: {
    loaded: boolean;
    object?: object;
    path: string;
    type: ResourceType;
    uid: string;
}

Type declaration

  • loaded: boolean
  • Optional object?: object
  • path: string
  • type: ResourceType
  • uid: string