/** * notification constants * @author yoyoyohamapi * @ignore created 2018-08-13 14:45:50 */ export const LEVEL = { silent: 0, error: 1, all: 2 }