vn-verdnaturachat/app/definitions/rest/v1/commands.ts

11 lines
202 B
TypeScript
Raw Normal View History

export type CommandsEndpoints = {
'commands.preview': {
GET: (params: { command: string; roomId: string; params: string }) => {
preview: {
i18nTitle: string;
items: any;
};
};
};
};