Type alias SkipAPIArtifactType
SkipAPIArtifactType: {
contentType: string;
createdAt: Date;
description: string;
enabled: boolean;
id: string;
name: string;
updatedAt: Date;
}
Type declaration
contentType: string
createdAt: Date
description: string
enabled: boolean
id: string
name: string
updatedAt: Date
Defines information about a single artifact type