export default class Constants {
    static readonly MAX_FILE_SIZE_BYTES = 15728640;
    static readonly MAX_LOG_LENGTH = 1024;
}
