AttachmentSizeInfo: InternalMessage & {
    result: {
        [key: string]: string;
    };
}

Type declaration

  • result: {
        [key: string]: string;
    }
    • [key: string]: string