feat: Convert all app files to JS
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
import { IGlobalVariable, IJSONObject } from '@automatisch/types';
|
||||
|
||||
export default {
|
||||
name: 'List persons',
|
||||
key: 'listPersons',
|
||||
|
||||
async run($: IGlobalVariable) {
|
||||
const persons: {
|
||||
data: IJSONObject[];
|
||||
} = {
|
||||
async run($) {
|
||||
const persons = {
|
||||
data: [],
|
||||
};
|
||||
|
Reference in New Issue
Block a user