summaryrefslogtreecommitdiff
path: root/dist/classes/AttachmentSize.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/classes/AttachmentSize.d.ts')
-rw-r--r--dist/classes/AttachmentSize.d.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/classes/AttachmentSize.d.ts b/dist/classes/AttachmentSize.d.ts
index cb01288..c628b0e 100644
--- a/dist/classes/AttachmentSize.d.ts
+++ b/dist/classes/AttachmentSize.d.ts
@@ -1,4 +1,14 @@
+/**
+ * A size to associate with an Attachment
+ */
export declare class AttachmentSize extends Number {
+ /**
+ * @internal
+ * @param props
+ */
constructor(props: any);
+ /**
+ * Convert the size from bytes to bits
+ */
toBits(): number;
}