Preview: drop-notice.ts
Size: 261 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/store/actions/drop-notice.ts
export const DROP_NOTICE = 'DROP_NOTICE'
export type DropNoticeResponse = {
type: typeof DROP_NOTICE
data: {
noticeId: string
}
}
export const dropNotice = (noticeId: string): DropNoticeResponse => ({
type: 'DROP_NOTICE',
data: { noticeId },
})
Directory Contents
Dirs: 0 × Files: 18