Type Alias: AttachmentStatusLike
type AttachmentStatusLike = "pending" | "uploading" | "uploaded" | "failed";
Defined in: types.ts:85
AttachmentStatus from @rasd/storage, restated so this file stays dependency-free.
type AttachmentStatusLike = "pending" | "uploading" | "uploaded" | "failed";
Defined in: types.ts:85
AttachmentStatus from @rasd/storage, restated so this file stays dependency-free.