mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 22:03:43 +00:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
export interface BoltArtifactData {
|
|
id: string;
|
|
title: string;
|
|
type?: string | undefined;
|
|
}
|