include/sqid_Options.hrl

-record(options, {
    alphabet :: sqid:alphabet(),
    minimum_length :: integer(),
    blocklist :: list(binary())
}).