mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-10 11:53:11 +09:00
5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
export default (object: any) => ({
|
|
type: 'Reject',
|
|
object
|
|
});
|