6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export interface BoltArtifactData {
|
|
id: string;
|
|
title: string;
|
|
type?: string;
|
|
}
|