diff options
| author | Bertrand Yuan <github@bertyuan.com> | 2026-04-27 23:14:10 +0800 |
|---|---|---|
| committer | Bertrand Yuan <github@bertyuan.com> | 2026-04-27 23:14:10 +0800 |
| commit | 4b6b62a97f6d7765f80bd2f92d919a7d1522a36f (patch) | |
| tree | 7545bf5e90b3ea046f20d46b24ed191afb55452c /payload-types.ts | |
| parent | 85b6fb59db5fe1112c58eff9d02ae4f9c9b6456d (diff) | |
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 <github@bertyuan.com>
Diffstat (limited to 'payload-types.ts')
| -rw-r--r-- | payload-types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
