FileUploadResponse: {
    fileId: string;
    link: string | null | undefined;
    type: string;
}

Type declaration

  • fileId: string
  • link: string | null | undefined
  • type: string

Generated using TypeDoc