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