mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export type EmailContext = {
|
|
logoUrl: string;
|
|
baseUrl: string;
|
|
domain: string;
|
|
};
|