From 4b6b62a97f6d7765f80bd2f92d919a7d1522a36f Mon Sep 17 00:00:00 2001 From: Bertrand Yuan Date: Mon, 27 Apr 2026 23:14:10 +0800 Subject: types: fix missing newline at end of file Ensure proper formatting by adding a newline at the end of the payload-types.ts file. This change adheres to coding standards and improves compatibility with various tools. Signed-off-by: Bertrand Yuan --- payload-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payload-types.ts b/payload-types.ts index c202a24..ba70c5b 100644 --- a/payload-types.ts +++ b/payload-types.ts @@ -394,4 +394,4 @@ export interface Auth { declare module 'payload' { export interface GeneratedTypes extends Config {} -} +} \ No newline at end of file -- cgit v1.2.3