aesy/reddit-comment-highlights

View on GitHub
src/common/Actions.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const Actions = {
    GET_THREAD_BY_ID: "GET_THREAD_BY_ID",
    SAVE_OPTIONS: "SAVE_OPTIONS",
    GET_OPTIONS: "GET_OPTIONS",
    CLEAR_STORAGE: "CLEAR_STORAGE"
};