LCDPContextValue: {
    error: null | string;
    lcdp: null | LCDP;
    status: "loading" | "error" | "success";
}