pl-fe: fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-24 10:51:05 +01:00
parent 995b848470
commit 6de339f494

View File

@ -1,7 +1,7 @@
interface UpdateFileParams {
filename: string;
sensitive: boolean;
description: string;
description?: string;
}
export type { UpdateFileParams };