UNPKG

@solidskills/types

Version:

Solidskills typings

8 lines (6 loc) 152 B
import { SlsPush } from "./sls-push"; export interface SlsNotificationChannelsList { sms: boolean; mail: boolean; push: Array<SlsPush>; }