LoginRegisteredUserB2CBody: {
    customParameters?: CustomRequestBody;
    password: string;
    username: string;
}

Body type for loginRegisteredUserB2C - aligns with register function pattern

Type declaration