SkipAPIArtifactType: {
    contentType: string;
    createdAt: Date;
    description: string;
    enabled: boolean;
    id: string;
    name: string;
    updatedAt: Date;
}

Defines information about a single artifact type

Type declaration

  • contentType: string

    MIME type or content identifier for this artifact type

  • createdAt: Date
  • description: string
  • enabled: boolean
  • id: string
  • name: string
  • updatedAt: Date