interface HydrationMetadata {
    componentExport: {
        value: string;
    };
    componentUrl: string;
    directive: string;
    value: string;
}

Properties

componentExport: {
    value: string;
}

Type declaration

  • value: string
componentUrl: string
directive: string
value: string