export interface RemovePageIn { /** * Identificador da página a ser excluída */ pageId: string; } export interface RemovePageOut { /** * Identificador da página excluída */ pageId: string; }