include/lightspeed@upload_UploadEntry.hrl

-record(upload_entry, {
    ref :: binary(),
    client_name :: binary(),
    client_size :: integer(),
    client_type :: binary(),
    status :: lightspeed@upload:entry_status()
}).