gi-nx / ProjectAttachment
ts
type ProjectAttachment = {
id: number;
name: string;
project: number;
type: "general" | "snapshot" | "mobile_view";
updated_at: string;
url: string;
viewable_by_guests: boolean;
};