Interface IItemCreate

interface IItemCreate {
    description?: string;
    name: string;
    resourceAttributes?: {};
    resourceCreatedAt?: string;
    resourceCustomAttributes?: {};
    resourceId?: string;
    resourceLink?: string;
    resourceSubType?: string;
    resourceType: ResourceType;
    resourceUpdatedAt?: string;
    spaceId?: string;
    thumbnailId?: string;
}

Properties

description?: string
name: string
resourceAttributes?: {}

Type declaration

    resourceCreatedAt?: string
    resourceCustomAttributes?: {}

    Type declaration

      resourceId?: string
      resourceLink?: string
      resourceSubType?: string
      resourceType: ResourceType
      resourceUpdatedAt?: string
      spaceId?: string
      thumbnailId?: string