matt HOFFNER
barebones
b9d9891
raw
history blame
160 Bytes
export interface Prompt {
id: string;
name: string;
description: string;
content: string;
model: any;
folderId: string | null;
}