mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
export type NoopActionType = {
|
|
type: 'NOOP';
|
|
payload: null;
|
|
};
|