Skip to content

gi-nx


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;
};

Properties

PropertyTypeDescription
idnumber-
namestring-
projectnumber-
type"general" | "snapshot" | "mobile_view"-
updated_atstring-
urlstringPrivate URL - will need to be passed to getTempUrl before it can be fetched by the app. Apps need to be whitelisted before they can access the temporary public URLs returned by getTempUrl. Contact us for details.
viewable_by_guestsboolean-