export interface RemoveLandingPageIn { /** * Identificador da página a ser excluída */ landingPageId: string; } export interface RemoveLandingPageOut { /** * Identificador da página excluída */ landingPageId: string; }