PSBT_MODULES =
{
    SETTINGS = 'settings', -- saved variables
    OPTIONS  = 'options',  -- options panel
    COOLDOWNS = 'cooldowns',
    COMBAT = 'combat',
    AURAS = 'auras',
    XP = 'experience',
    LOW = 'lowsomething'
}

PSBT_AREAS =
{
    NOTIFICATION    = '_Notifications',
    INCOMING        = '_Incoming',
    OUTGOING        = '_Outgoing',
    STATIC          = '_Static'
}

PSBT_SETTINGS =
{

}

PSBT_EVENTS =
{
    LOADED = 'PSBT_LOADED'
}