mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 01:01:20 +10:00
feat: add initial type hints for API docs
This commit is contained in:
@ -7,6 +7,9 @@ const DeleteInvite = type({
|
||||
id: "string",
|
||||
}).configure(throwingArktype);
|
||||
|
||||
/**
|
||||
* Delete a simple auth invitation
|
||||
*/
|
||||
export default defineEventHandler<{
|
||||
body: typeof DeleteInvite.infer;
|
||||
}>(async (h3) => {
|
||||
|
||||
Reference in New Issue
Block a user