by dieriba.pro916 ยท 10/20/2025
1
export async function main(
2
authentication: {
3
owner: RT.Nextcloud,
4
trigger: RT.Nextcloud
5
},
6
user: {
7
uid: string,
8
displayName: string,
9
10
time: number,
11
event: any
12
) {
13
// process event
14
}