Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit fd63e29

Browse files
zesanrahimHasithDeAlwis
authored andcommitted
feat(axiom): update payload types
1 parent 84adc5f commit fd63e29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libs/db/payload-types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,19 @@ export interface Email {
365365
text: string;
366366
buttonText: string;
367367
buttonLink: string;
368+
secondButtonText?: string;
369+
secondButtonLink?: string;
370+
events?: Array<{
371+
title?: string;
372+
text?: string;
373+
buttonText?: string;
374+
}>;
368375
footer: string;
369376
};
370377
updatedAt: string;
371378
createdAt: string;
372379
}
380+
373381
/**
374382
* This interface was referenced by `Config`'s JSON-Schema
375383
* via the `definition` "roles".

0 commit comments

Comments
 (0)