interface IForumAttachmentSaver {
    saveAttachments(
        satelliteId: string,
        message: ForumMessageModel,
        fileContentResolver: FileContentResolver,
    ): Promise<ValidationResult>;
}

Implemented by

Methods

MMNEPVFCICPMFPCPTTAAATR